码迷,mamicode.com
首页 >  
搜索关键字:system center    ( 58910个结果
配置文件相关的代码
1、配置文件监听using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.IO;namespace CSharpS...
分类:其他好文   时间:2015-03-04 12:40:46    阅读次数:129
Android 网络通信开源框架 Volley JAR包的生成(一)
#:~/code/android/frameworks/volley$ mm -B运行结果如下:PRODUCT_COPY_FILES frameworks/base/data/sounds/letv_effects/Effect_Tick.ogg:system/media/audio/ui/Effe...
分类:移动开发   时间:2015-03-04 12:39:18    阅读次数:186
wpf 让图标显示在系统托盘
上次做wpf时想把程序运行的图标显示在任务栏,结果发现wpf的系统托盘和winform的不一样,以前的方法不管用了。网上搜的好多都是winform的资料,wpf的很少。最后我把我现在做好的整理分享下,方便别人,也方便自己。文章难免有些错误,欢迎指正,下面代码using System;using Sy...
分类:Windows程序   时间:2015-03-04 12:35:21    阅读次数:234
在WPF中处理Windows消息
在Winform中 处理Windows消息通过重写WndProc方法在WPF中 使用的是System.Windows. Sytem.Windows.Controls等名字空间,没有WndProc函数WPF中处理消息首先要获取窗口句柄,创建HwndSource对象 通过HwndSource对象添加消息...
分类:Windows程序   时间:2015-03-04 12:30:13    阅读次数:247
Opencv cvCircle函数
cvCircle(CvArr*img, CvPointcenter, intradius, CvScalarcolor, intthickness=1, intlineType=8, intshift=0)img为图像指针,单通道多通道都行,不须要特殊要求center为画圆的圆心坐标radius为圆...
分类:其他好文   时间:2015-03-04 12:27:16    阅读次数:118
Java中写入文件时换行符用"\r\n"、"\n"、"\r"?
Java是一个跨平台的语言,因为如果想写一个跨平台的软件,有些东西就需要考虑,例如换行。\r: 叫回车CarriageReturn\n: 叫新行NewLine他们都会造成换行,那么我们如何确定使用哪个呢?通常建议使用line.separator的系统属性System.getProperty("lin...
分类:编程语言   时间:2015-03-04 12:23:47    阅读次数:165
mac 下 gem安装 compass 遇到 ‘-multiply_defineds‘
curl?https://gist.githubusercontent.com/Paulche/9713531/raw/1e57fbb440d36ca5607d1739cc6151f373b234b6/gistfile1.txt?|?sudo?patch?/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/...
分类:系统相关   时间:2015-03-04 09:57:47    阅读次数:171
uva 507 Jill Rides Again (DP)
uva 507 Jill Rides Again Jill likes to ride her bicycle, but since the pretty city of Greenhills where she lives has grown, Jill often uses the excellent public bus system for part of her jo...
分类:其他好文   时间:2015-03-04 09:56:14    阅读次数:148
文件管理File类
文件管理File类 在上一讲中,我们学习了泛型集合的几种类型,今天这讲我们主要研究下File的基本使用。 首先,File类是个静态类,无法实例化。它的命名空间是:using System.IO File中基本的方法如下演示:图一、File.Create图二、File.Copy一般情况图三、File....
分类:其他好文   时间:2015-03-04 09:43:19    阅读次数:139
第五天学习内容 for循环,嵌套
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day05{ class Program { static...
分类:其他好文   时间:2015-03-04 09:34:00    阅读次数:116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!