string connection = "127.0.0.1:6379,password=xxxxx,connectRetry=5"; [TestMethod] public void TestSet() { var mutlti = StackExchange.Redis.ConnectionMu... ...
分类:
其他好文 时间:
2017-07-05 13:33:21
阅读次数:
4684
创建项目: mkdir projects_dir # 创建目录 cd projects_dir git init # 初始化git项目 提交项目: git add ReadMe.md git add . git commit git commit -m "添加说明" 查看日志 git log # 查 ...
分类:
其他好文 时间:
2017-07-04 11:21:01
阅读次数:
170
登录postgresql数据库控制台 psql 数据库名 登录成功显示 [zpf@kevin ~]$ psql postgres psql (9.4.1) Type "help" for help. postgres=# 创建数据库用户xxx CREATE USER xxx WITH PASSWOR ...
分类:
数据库 时间:
2017-07-03 22:38:16
阅读次数:
324
1、URLError 错误产生原因: 网络无连接,即本机无法上网 连接不到特定的服务器 服务器不存在 try: except 示例: import urllib2 requset = urllib2.Request('http://www.xxxxx.com') try: urllib2.urlop ...
分类:
编程语言 时间:
2017-07-03 16:29:10
阅读次数:
157
参考:http://blog.sina.com.cn/s/blog_5388923c0100nu8h.html 症状: xxxx@xxxxx:~$ sudo add-apt-repository ppa:nikount/orta-desktop Exception in thread Thread- ...
分类:
其他好文 时间:
2017-06-30 19:58:31
阅读次数:
192
初使化标签定义 html{color:#000;background:#FFF;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquot ...
分类:
其他好文 时间:
2017-06-30 19:56:32
阅读次数:
132
import sys#sys.argv命令行参数List,第一个元素是程序本身路径# sys.exit('xxxxx')#退出程序,正常退出时exit(0)# print(sys.version) #获取Python解释程序的版本信息#sys.path #返回模块的搜索路径,初始化时使用PYTHON ...
分类:
编程语言 时间:
2017-06-29 15:16:56
阅读次数:
116
产品名称:迅为9.7寸IPS高清屏幕 适用于:【iTOP-4412精英版】【iTOP-4412全能版】【iTOP-4418开发板】【迅为-iMX6开发板】 分辨率:1024*768 触摸屏类型:电容屏(五点触摸) 接线方式: FPC (也可以通过类似HDMI线方式连接) 用于嵌入式开发平台4412开 ...
分类:
其他好文 时间:
2017-06-28 10:57:16
阅读次数:
232
上周星期天在迁移数据时,碰到了ORA-10635: Invalid segment or tablespace type 错误,当时的操作环境如下: 操作系统版本: [oracle@xxxxx scripts]$ more /etc/issue Red Hat Enterprise Linux ES ...
分类:
其他好文 时间:
2017-06-26 22:29:27
阅读次数:
227
在SQL SERVER 2008 R2下用Windows 身份认证的登录名创建了一个访问ORACLE数据库的链接服务器xxxxx,测试成功,木有问题,但是其它登录名使用该链接服务器时,报如下错误: 消息 7302,级别 16,状态 1,第 1 行 Cannot create an instance ...
分类:
数据库 时间:
2017-06-26 22:26:28
阅读次数:
255