- 博客(53)
- 资源 (1)
- 收藏
- 关注
原创 wpf 设置x轴于Y轴动画
Point curPoint = new Point(); curPoint.X = Canvas.GetLeft(ell); curPoint.Y = Canvas.GetTop(ell); double _s = System.Math.Sqrt(Math.Pow((deskPoint.X - curPoin
2016-11-04 23:43:41 965
原创 wpf 动画-线性内插算法
TranslateTransform tt = new TranslateTransform(); DoubleAnimation da = new DoubleAnimation(); //动画时间 Duration duration = new Duration(TimeSpan.FromSeconds(0.1));
2016-11-04 23:34:29 440
原创 Win7系统下.NET framework 4.0安装失败如何解决?
1 Win7系统下.NET framework 4.0安装失败如何解决? 解决方法: 1.开始——运行——输入cmd——回车——在打开的窗口中输入net stopWuAuServ 2.开始——运行——输入%windir% 3.找到有个叫SoftwareDistribution的文件夹,把它重命名为SDold 4.开始——运行——输入cmd——回车—
2016-11-03 14:13:38 1103
原创 sqlite配置文件连接字符串,各依赖项注意添加节点system.data节点
sqlite配置文件连接字符串;provider connection string = 'data source="|DataDirectory|\WirlesssDB.db"'"
2016-11-01 15:08:35 1879
转载 vs2013集成sqlite
http://blog.csdn.net/hlinkkk/article/details/51870820之前一直用SQLServer,最近项目需要,要转到SQLite上来。在尝试用VS2013+EF6集成SQLite的过程中,走了不少弯路,现在做一个记录。一、软件环境Win7 64位+Visual Studio Ultimate 2013Mic
2016-09-21 22:47:21 4264
转载 docker部署 apache中部署javaweb
一、部署tomcat1、Ctrl+Alt +t打开命令2、获取root权限:sudo su3、输入密码4、创建文件夹tomcat7,命令如,并且切换到该目录下:mkdir tomcat7cd tomcat75、在tomcat7文件夹下,创建Dockerfiletouch Dockerfile6、编辑Dockerfilevim D
2016-08-29 22:11:26 524
原创 c# 美化treeview
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" xmlns:mode="clr-namespace:Wpft
2016-08-23 23:55:33 10186
原创 wifi 获取bssid,ssid,rssi
class Program { static void Main(string[] args) { string temp = string.Empty; WlanClient client = new WlanClient(); foreach (WlanClient.Wl
2016-08-17 23:16:27 6422 1
原创 winform 自由缩放
最外层用panel,dock->Fill构造函数:GetAllInitInfo(this.Controls[0]);#region 控件缩放 double formWidth;//窗体原始宽度 double formHeight;//窗体原始高度 d
2016-08-16 22:40:03 874
原创 asp HTTP 错误 500.21 - Internal Server Error
解决:开始->所有程序->附件->鼠标右键点击“命令提示符”->以管理员身份运行->%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
2016-08-12 00:11:07 603
原创 u3d 火炮
坦克:分5格动画,绑定脚本optplayer炮塔:绑定脚本optpaota子弹:动态绑定脚本zidanfei addcomponent枪口:创建一个空对象opt坦克脚本: using UnityEngine;using System.Collections;public class optPlayer : MonoBehavi
2016-08-07 17:12:46 461
原创 c++引用lib库
输出目录:.\Debug配置类型:动态库.dll字符集:使用unicode字符集公共语言运行时支持:公共语言运行时支持clr链接器附件库目录:输入,附件依赖性:
2016-07-29 10:27:53 613
原创 正则表达式
\s:空格字符,\r\n\f\t\v\S:非空格字符\b:匹配边界\B:非边界\w:单个字符\W:非字符\f:换页\t:制表符\v:垂直制表符\r:回车\n:换行. :除了\r\n外的* :任意次+:一次或多次?:0次或一次
2016-07-28 09:38:14 288
原创 水晶报表 设计
1、添加数据集using CrystalDecisions.CrystalReports.Engine;using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.UI;using System.
2016-07-26 15:01:51 277
原创 entityframework 增删改查
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args)
2016-07-23 03:09:40 730
原创 安装vs2013的entityframework
mysql-connector-net-6.3.5Mysql for Visual Studio 1.1.1.msimysql-connector-net-6.9.9.msi
2016-07-23 02:38:28 2437
原创 windows服务安装 卸载脚本
@SET FrameworkDir=%WINDIR%\Microsoft.NET\Framework@SET FrameworkVersion=v4.0.30319@SET PATH=%FrameworkDir%\%FrameworkVersion%;%PATH%;InstallUtil.exe WindowsServiceTest.exe --安装服务Inst
2016-07-22 00:40:18 745
原创 windows安装服务
using System;using System.ServiceProcess;namespace WindowsServiceTest{ public class ServiceHelper { public static bool IsServiceExisted(string serviceName) {
2016-07-21 20:58:35 248
原创 简单记日志
using System;using System.IO;namespace WindowsServiceTest2010{ public class LogHelper { public void WriteLog(string msg) { try {
2016-07-21 15:58:22 214
原创 js 单机时间放在ready中
$(document).ready(function () { $("#main1").live("click", function () { alert("ok"); }); }); + 主目录1 子目录1 子目录2 子目录3 子目录4
2016-07-21 10:36:51 269
转载 js 可折叠展开的简单目录
@{ ViewBag.Title = "Index";}可折叠展开的简单目录 div { font-size: 12px; color: red; background-color: #EAEAE8; border: 1px solid #1892B5; padding
2016-07-21 10:08:22 1587
原创 mysql插入中文 解决方案
第一步:找到安装mysql的目录找到 my.ini 文件;第二步:使用记事本打开my.ini文件 ,找到这个地方 看看default-character-set 是不是 utf8不是的话 改为utf8即可!(以前的版本可能没有这句话 直接加上就好了!)# MySQL client library initialization.[client]port=3306[mys
2016-07-19 23:26:12 268
原创 水晶报表 创建odbc数据源出现 在指定的 DSN 中,驱动程序和应用程序之间的体系结构不匹配 问题解决
1)环境Windows Server 2008R2 64bit+Mysql 5.5.16 for 32 bit+Mysql odbc connector 64 bit2)报错信息在指定的 DSN 中,驱动程序和应用程序之间的体系结构不匹配3)原因因为你使用64位的管理工具“数据源(ODBC)”连接32bit的mysql4)解决办法卸载Mysql odbc connector 64 bit 安装My
2016-07-19 23:05:37 1326
原创 asp生成报表并打印
style="width:auto; height:auto;" SizeToReportContent="true"> <asp:ObjectDataSource ID="Obje
2016-07-19 09:52:15 2348
原创 Web网页下载
protected void 下载_Click(object sender, EventArgs e) { string FileName = "D://a.txt"; //打开要下载的文件 System.IO.FileStream r = new System.IO.FileStream
2016-07-12 14:59:38 254
原创 调用C底层进行线程创建
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace ThreanSuspend{ class Class1 { public
2016-07-12 14:36:30 205
原创 AJAX之Json序列化
1 AJAX之Json序列化/*AJAX传递复杂数据结构如果按自己进行格式定义的话会经历组装,解析的过程,比较麻烦,其实AJAX中有一个数据的传输标准Json. Json 将服务器端将复杂对象序列化为一个Json字符串,在浏览器端再用$.parseJson()反序列化为Javascript可以读取的对象。 C# 中将.NET对象序列化为Jso
2016-07-12 14:32:54 1757
原创 mysql授权某主机
grant all privileges on newproductimport.* to 'root' @'z10703a' identified by "root" with grant option;flush privileges;
2016-07-12 14:29:25 347
原创 配置excel远程访问权限
1:在服务器上安装office的Excel软件.2:在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务" 3:依次双击"组件服务"->"计算机"->"我的电脑"->"DCOM配置"4:在"DCOM配置"中找到"Microsoft Excel 应用程序",在它上面点击右键,然后点击"属性",弹出"MicrosoftExce
2016-07-12 14:27:08 1704
原创 端口映射
C:\Users\z10703>netsh interface portproxy add v4tov4 listenport=10504 connectaddress=10.153.49.0 connectport=8099C:\Users\z10703>netsh interface portproxy show all侦听 ipv4:
2016-07-12 14:25:04 440
修改远程连接端口
2013-07-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人