微软近期Open的职位:Job Title: Senior Engineering LeadDivision: Microsoft Business SolutionWork Location: Shanghai, ChinaThe Opportunity:Do you want to play a...
分类:
其他好文 时间:
2014-07-07 08:09:56
阅读次数:
340
open a cmd window and type reg query "HKCU\Control Panel\International" which will show you the values as you want them.Then to modify them, use REG A...
分类:
其他好文 时间:
2014-07-06 23:26:01
阅读次数:
1227
Publishing failed with multiple errors在使用eclipse发布项目时不能自动生成class文件,且无法启动调试的Tomcat服务。启动过程提示 以上 异常解决方案:刷新工程即可问题产生原因:使用了 转码工具对代码进行格式转换,后启动就提起Publishing f...
分类:
其他好文 时间:
2014-07-05 18:38:23
阅读次数:
239
using (ServiceHost host = new ServiceHost(typeof(CalculatorService))) { host.Open(); Console.WriteLine("OK"); Console.Read(); }
分类:
Web程序 时间:
2014-07-05 16:49:41
阅读次数:
244
Linux的命令后面会有命令选项,有的选项还有选项值。选项的前面有短横线“-”,命令、选项、选项值之间使用空格隔开。有的命令没有选项,会有参数。选项是命令内置的功能,参数是用户提供的符合命令格式的内容。1.1.1. 命令提示符在桌面上点击鼠标右键,在弹出菜单中选择“Open in Terminal”...
分类:
系统相关 时间:
2014-07-05 11:18:23
阅读次数:
293
在使用git pull、git push、git clone会报类似如下的错误:
error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs
fatal: HTTP request failed
一般...
分类:
系统相关 时间:
2014-07-04 09:27:03
阅读次数:
589
将输入的一行读到string中不需要像用数组那样,考虑给多少大小的空间,这可以使得做acm题更加方便。
c++98有两个函数可以读一行到string中,如下:
istream& getline (istream& is, string& str, char delim);
istream& getline (istream& is, string& str);
例子:
#in...
分类:
编程语言 时间:
2014-07-04 07:52:26
阅读次数:
285
如果让你接触一样新的东西,你可能感觉无所适从,但是如果本来就是旧事物的话,你学习起来还难吗?
一、ODBC,我们的老朋友
ODBC(Open Database Connectivity)是微软公司与数据库的接口规范。
精华点:
1.ODBC,建立了一组规范并提供了一组对数据库访问的标准API,标准应用程序数据接口。
2.ODBC是用C语言实...
分类:
数据库 时间:
2014-07-04 07:38:59
阅读次数:
365
deffm():
#定义一个函数fm()这个函数的内容是以下一个脚本。
foriinrange(0,6):
fr=open("qg/t.txt",‘r‘)
#打开一人文件并读取
print(fr.readlines()[5-i])
#显示这个文件的内容,是从最后5行显示到第1行。这个文件只有5行。
fr.close()
#关闭这个打开的文件。
#定义函数fm,..
分类:
编程语言 时间:
2014-07-04 06:21:02
阅读次数:
240
php_memcached.dll csdn资源
memcached在windows7上的安装问题
错误:
通过cmd命令行进入到D:\webEve\memcached(下载后的解压目录)
运行 memcached.exe -d install
报错“ failed to install service or service already ins...