微软近期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
微软近期Open的职位:Microsoft Launched the public cloud service-Azure in China on May 2013, Cosmos is the key component to Azure which support the platform of...
分类:
其他好文 时间:
2014-07-06 22:59:13
阅读次数:
267
下午在重新整理一份代码,中间遇到这么一个问题:要么出现内存访问冲突,要么出现“Stack around the variable XX was corrupted”错误。很是恼火!先出现的是“Stack around the variable XX was corrupted”错误,网上查到的第一种...
分类:
其他好文 时间:
2014-07-05 17:38:49
阅读次数:
399
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
如果让你接触一样新的东西,你可能感觉无所适从,但是如果本来就是旧事物的话,你学习起来还难吗?
一、ODBC,我们的老朋友
ODBC(Open Database Connectivity)是微软公司与数据库的接口规范。
精华点:
1.ODBC,建立了一组规范并提供了一组对数据库访问的标准API,标准应用程序数据接口。
2.ODBC是用C语言实...
分类:
数据库 时间:
2014-07-04 07:38:59
阅读次数:
365
ansible的Conditionals和loops和salt-stack比起来真的太强大了。salt-stack使用判断循环,好像,只能使用模板里面的判断和循环。而ansible本身自带了适用于各种场景的判断循环插件。。不但如此,像loops,我们还可以自己编写插件,满足我们的实际需求。先说说Conditionals吧Con..
分类:
其他好文 时间:
2014-07-04 06:30:22
阅读次数:
318
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
原文博客链接地址:数据库open报错ORA-01555: snapshot too old
今天正在东莞蜜月的时候,一个学生说他管理的测试库出问题了,无法open,我们先来看看是什么问题:
Recovery of Online Redo Log: Thread 1 Group 4 Seq 4 Reading mem 0
Mem# 0: /onlinelog/shr/re...
分类:
数据库 时间:
2014-07-03 18:11:02
阅读次数:
329