Jenkins 集成Xcode 项目的时候在证书上遇到了问题。实际上如果在本地的话。只要Xcode工程里选择了项目就不需要重新设置证书了。jenkins会自动找到这个证书,只要在build setting 里设置的是正常的。并且在xcode 里能正常编译。Check dependenciesCode...
分类:
其他好文 时间:
2014-08-22 16:11:39
阅读次数:
228
刚刚从MySql/MSSQL数据库转到Oracle,用C#调用时一直更新不成功 ,后来发现是传参数格式不正确的问题。Oracle里的command 要在参数名前用冒号:标注。SqlServer和MySQL都是用@。见http://www.codeproject.com/Questions/61858...
分类:
数据库 时间:
2014-08-22 16:03:58
阅读次数:
309
I found an issue in WIX extension implementation.
Some WIX extension tags write rows to CreateFolder table, e.g.
, , . As the official MSI document says, a patch can be
Not uninstallable if it co...
分类:
其他好文 时间:
2014-08-22 13:02:38
阅读次数:
224
下面讲述根据xml生成对应序列化反序列化类的过程,xml需要首先转化为xsd,然后再生成为实体类。其中,XSD是XML Schema Definition的缩写。1.拥有一个xml文件2.打开vs的command line:xsd *.xml ,执行这个命令 是通过xml文件生成xsd文件,xsd文...
分类:
其他好文 时间:
2014-08-22 12:26:46
阅读次数:
350
ERROR: no read quorum in group: required 2, found 0 disksERROR: Could not heartbeat PST for grp 5. Force dismounting the disk group.ERROR: no read quo...
分类:
其他好文 时间:
2014-08-22 12:21:56
阅读次数:
267
I'm not yet clear what I did, but I'm blogging it so it can be found if someone else has this issue.For whatever reason, last week both of my Vista 64...
在使用LOAD DATA LOCAL INFILE时遇到:ERROR 1148 (42000): The used command is not allowed with this MySQL version解决办法:1、启动mysql时添加--local_file=1选项;2、在my.cnf的[m...
分类:
其他好文 时间:
2014-08-22 09:18:15
阅读次数:
285
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Command: mysql_secure_installation ...
分类:
数据库 时间:
2014-08-22 05:00:35
阅读次数:
964
一、IFS介绍Shell脚本中有个变量叫IFS(InternalFieldSeprator),内部域分隔符。完整定义是TheshellusesthevaluestoredinIFS,whichisthespace,tab,andnewlinecharactersbydefault,todelimitwordsforthereadandsetcommands,whenparsingoutputfromcommandsubstitution,andwhenperf..
分类:
其他好文 时间:
2014-08-22 02:51:46
阅读次数:
208
打开sublime :Preferences>按钮绑定-用户 然后复制下面代码 保存 重新打开sublime 就能按F1-火狐 F2-Chrome F3-IE 快捷键在浏览器打开当前文件 1 [ 2 { "keys": ["ctrl+shift+c"], "command": "copy_p...
分类:
其他好文 时间:
2014-08-22 00:06:55
阅读次数:
324