只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-04-24 16:14 非“程”勿扰 阅读(157) 评论(1) 推荐(1) 编辑
摘要: static void Main(string[] args) { string[] strArr;//参数列表 string sArguments = @"Pythons.py";//这里是python的文件名字 RunPythonScript(sArguments, "-u", strArr); }public static void RunPythonScript(string sArgName, string args = "",params string[] teps) ... 阅读全文
posted @ 2013-04-09 16:32 非“程”勿扰 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: <c1:C1DataGrid Name="grid1" HeadersVisibility="Column" Height="Auto" Width="Auto" GridLinesVisibility="All" ColumnWidth="*" AutoGenerateColumns="False" CanUserGroup="False" CanUserAddRows="False" ItemsSource 阅读全文
posted @ 2013-01-07 14:11 非“程”勿扰 阅读(775) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-11-28 10:01 非“程”勿扰 阅读(9) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-11-28 09:53 非“程”勿扰 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,直接贴出源码year = "2012"month = "10"day = "31"path = "D:\\Env\\bair\\"title_year = str(year)title_month = str(month)title_day = str(day)new_path_year = os.path.join(path,title_year)if not os.path.isdir(new_path_year): os.makedirs(new_path_year) new_path_month 阅读全文
posted @ 2012-10-31 10:14 非“程”勿扰 阅读(1478) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-09-04 10:20 非“程”勿扰 阅读(2) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-30 16:00 非“程”勿扰 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-30 15:38 非“程”勿扰 阅读(11) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-30 15:35 非“程”勿扰 阅读(13) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-24 17:45 非“程”勿扰 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-01 14:33 非“程”勿扰 阅读(95) 评论(1) 推荐(0) 编辑
摘要: 如果已经设置过无线网络,输入“netsh wlan start hostednetwork”时。报错此时设备管理器--〉网络适配器--Microsoft托管网络虚拟适配器/Microsfot内核调试网络适配器,启动此项然后再输入“netsh wlan start hostednetwork” 即可成功启动虚拟无线网络 阅读全文
posted @ 2013-04-15 09:48 非“程”勿扰 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 第一种: 这种方法,鼠标不能放到弹出框上 ContentControl contentControl = new ContentControl(); contentControl.Template = Application.Current.Resources["WaterEarlyMaptips"] as ControlTemplate;//资源 featureLayer.MapTip = contentControl; featureLayer.MapTip.DataContext = this;//绑定数据 ... 阅读全文
posted @ 2013-04-10 17:07 非“程”勿扰 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 只讲如何破解1、用WinRAR或7-zip打开MyEclipse安装目录下的Common\plugins\com.genuitec.eclipse.core_9.0.0.me201103181703.jar2、,下载以下附件(下载地址:http://download.csdn.net/detail/wooshn/4610863)解压后里面有publicKey.bytes文件,替换上面jar文件里的com\genuitec\eclipse\core\publicKey.bytes3、编辑安装目录下的MyEclipse9.0\myeclipse.ini文件,在最后增加如下两行后保存::-Dgenu 阅读全文
posted @ 2013-02-26 14:39 非“程”勿扰 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 创建一个名为“NLS_LANG”的系统环境变量,设置其值为“AMERICAN_AMERICA.UTF8”,然后重新启动pl/sql,这样检索出来的中文内容就不会是乱码了 阅读全文
posted @ 2013-02-18 16:51 非“程”勿扰 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 推荐几个程序员学习网站推荐编程学习网站VBGOODhttp://www.vbgood.com/VB爱好者乐园,国内最好的VB编程交流网站 太平洋电脑网www.pconline.com.cn国内最大的电脑资讯网站之一,买电脑,down软件,看IT新闻找他就对了。 驱动之家www.mydrivers.com全世界最全的中文驱动程序网站,安装、升级系统不用愁!赛迪网http://developer.ccidnet.com/赛迪网开发者频道,也是很有名的IT资讯网站CSDNhttp://www.csdn.net程序员网站,可查看IT业界动态、编程技术文章,有难题找他没错。小辉程序网http://www 阅读全文
posted @ 2012-12-26 09:13 非“程”勿扰 阅读(703) 评论(0) 推荐(0) 编辑