2014年4月31日cookie可以管理你的在线状态,单击时不能马上启动,要刷新才有作用,他是客户端管理。setting是服务器管理 默认20分钟。
分类:
其他好文 时间:
2014-05-06 00:07:36
阅读次数:
362
1) setting the Project Options, Uses Permissions,
Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call:
AcquireWakeLock; // at...
分类:
移动开发 时间:
2014-05-05 11:29:06
阅读次数:
501
1 keytool命令总结
一、创建数字证书
交互模式
使用默认的密钥库.keystore(目录是c: Documents and Setting用户名)和算法(DSA)
keytool -genkey
默认的别名mykey
密钥库中可以存放多个条目(公钥/私钥对和证书),它们在密钥库中以别名(alias)区分。
[plain] view
...
分类:
编程语言 时间:
2014-05-04 00:32:09
阅读次数:
1113
exclusiveTouchA Boolean value that indicates
whether the receiver handles touch events exclusively.Setting this property to
YES causes the receiver to...
分类:
其他好文 时间:
2014-05-01 11:49:57
阅读次数:
296
Reference[1]Associating text editors with
Git[2]Git 教學(1) : Git 的基本使用[3]Sublime Text 2: git plugin[4]Git: Setting Sublime
Text as the Default Editor f...
分类:
其他好文 时间:
2014-05-01 02:57:22
阅读次数:
249
Listing 1: Setting up data binding for the
Rating
controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:
其他好文 时间:
2014-04-30 01:57:00
阅读次数:
517
eclipse中的maven插件安装之后,window->preference->Maven下的Installation中最好设置成本地的maven路径,然后User
Setting中的setting.xml一般不设置,这样eclipse会直接去~/.m2/下去找本地仓库里面的内容。如果我们已经有了...
分类:
其他好文 时间:
2014-04-29 09:18:47
阅读次数:
988
sudo update-grub运行结果:Generating grub configuration
file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:
其他好文 时间:
2014-04-28 13:01:32
阅读次数:
1053