CommandActionNotesvim file +54open file and go to
line 54any : command can be run using + on command linevim -O file1 file2open
file1 and file2 side b...
分类:
其他好文 时间:
2014-05-09 10:15:18
阅读次数:
420
朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:500 OOPS: bad bool
value in config file for:
anonymous_enable看似配置文件错误,看了一下配置相应的行:anonymous_enable=NO语句没什么错误,不过把这行注释后又到下一行...
分类:
其他好文 时间:
2014-05-09 08:51:30
阅读次数:
287
上面的XML中,GK是根节点,我们要获取version属性的值,利用Linq怎么写呢
XElement xGK = XElement.Load("GK.xml"); string vsVersion =
xGK.Attribute("version").Value;
分类:
其他好文 时间:
2014-05-09 05:23:19
阅读次数:
434
internal class CacheHelper { /// /// Insert
value into the cache using /// appropriate name/value pairs /// //...
分类:
其他好文 时间:
2014-05-09 04:19:56
阅读次数:
246
Data Types1,list 2,tuple 3,sets 4,dictionary,
分类:
编程语言 时间:
2014-05-09 03:21:50
阅读次数:
244
function addServerUrlToJson() { var json_tem =
[{"name":"a","value":1}]; var arr = { "name" : "aaa", "value" : "bbb" ...
分类:
Web程序 时间:
2014-05-09 00:16:33
阅读次数:
654
ODPS中的TaskContext类有几个write函数write(Record
record)用来输出到默认输出表write(Record record, String label)用来输出的label的输出表write(Record
key, Record value) 用来Map后输出到中间表
分类:
其他好文 时间:
2014-05-09 00:14:26
阅读次数:
335
问题一:value = [array objectAtIndex:n];
//得到一个数组中的对象[arry removeObjectAtIndex:n];
//卸载那个对象因为value得到了那个对象,但是由于另外一个拥有者release了该对象,所以其实value现在成了摇摆指针(无效数据)问题...
分类:
其他好文 时间:
2014-05-09 00:02:03
阅读次数:
366
org.hibernate.NonUniqueObjectException: a different
object with the same identifier value was already associated with the session:
[org.fzegplat.hiber...
分类:
其他好文 时间:
2014-05-08 23:32:26
阅读次数:
503
【共享keychain数据】
当往keychain中插入数据时,默认的kSecAttrAccessGroup就是App自身的BundleID。【官方文档】 You can add a
keychain-access-groups entitlement to the application an.....
分类:
其他好文 时间:
2014-05-08 23:21:42
阅读次数:
370