码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
代理模式(Proxy)
参考资料《大话设计模式》using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ds_proxy{ class Program { static ...
分类:其他好文   时间:2014-05-10 05:15:33    阅读次数:290
Linux System Programming 学习笔记(一) 介绍
1. Linux系统编程的三大基石:系统调用、C语言库、C编译器系统调用:内核向用户级程序提供服务的唯一接口。在i386中,用户级程序执行软件中断指令 INT n 之后切换至内核空间用户程序通过寄存器告知内核执行系统调用的所需参数2. API 和 ABIAPI:application program...
分类:系统相关   时间:2014-05-10 03:22:26    阅读次数:321
Resource of Data Mining Link (May)
1.0 Data MiningUIC: IDS 572: Data Mining for Business Fall, 2005. On-site MBA program for CNA withClementine.http://www.uic.edu/classes/idsc/ids572cna...
分类:其他好文   时间:2014-05-09 23:32:38    阅读次数:337
.NET(C#):获取进程的内存私有工作集
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public class Program { public const string LOGGER_FILE = "log.txt"; public static void Logger(st...
分类:Web程序   时间:2014-05-09 23:03:52    阅读次数:843
一个浏览器循环刷新网页的例子
class Program { public static void Main(string[] args) { int i=0; String[] urlarray = new String[] { "http://ww...
分类:Web程序   时间:2014-05-09 16:06:58    阅读次数:327
使用lib.exe生成.lib文件
当我们下载后发现只有DLL,没有LIB的时候,只能自己生成了。以生成sqlite的lib文件为例:在:\Program Files\Microsoft Visual Studio 8\VC\bin里面有个lib.exe用拿生成lib,但默认是不能运行的,缺少几个文件把:\Program Files\...
分类:其他好文   时间:2014-05-09 15:33:32    阅读次数:304
SXH232摄像头使用示范
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed ...
分类:其他好文   时间:2014-05-09 14:58:02    阅读次数:373
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
C#中按字符串截取长字符串
相信大家都用过,不过我觉得还是挺好用的,因为在平时写代码总能用到这个截取所以还是分享一下吧。一般来说使用string自带的split就可以,但是split只能按char类型截取,不是很方便。按字符串截取,使用的是正则表达式,简单的两行代码,就解决很多问题。 1 class Program 2 ...
分类:其他好文   时间:2014-05-09 03:22:15    阅读次数:344
Java开发常用环境变量配置
1. JDK变量名:JAVA_HOME变量值:D:\Program Files\Java\jdk1.7.0_25(即JDK的安装路径)配置解析:方便引用、归一原则(%JAVA_HOME%),第三方软件约定。变量名:Path(该变量名在系统变量中已经存在)变量值:%JAVA_HOME%\bin;%JA...
分类:编程语言   时间:2014-05-08 23:49:22    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!