获取安卓的手机或者平板的唯一标识,底纹1importandroid.provider.Settings.Secure;23privateStringandroid_id=Secure.getString(getContext().getContentResolver(),4Secure.ANDROI...
分类:
移动开发 时间:
2014-06-21 11:27:08
阅读次数:
243
The following topics are covered in this section:JAAS and WebLogic ServerJAAS Authentication Development EnvironmentWriting a Client Application Using...
分类:
编程语言 时间:
2014-06-21 11:17:39
阅读次数:
198
【Unity3d平台信息设置】 通过"Edit" -> "Project Settings" -> "Player"菜单选项。打开平台信息设置窗口。在Inspector视图中可以进行游戏平台的相关设置。 在这可以设置开发公司的名称、程序名称和默认程序图标等。
分类:
其他好文 时间:
2014-06-20 20:48:21
阅读次数:
211
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:
其他好文 时间:
2014-06-20 20:41:49
阅读次数:
239
最近在用commonJS规范进行客户端开发,遇到如下问题:一般一个模块内部可能会定义一系列变量或一系列相关变量,比如写了一个颜色选择弹框模块大概会有如下变量定义var settings = { //设置它是否绝对定位 position: { //定位...
分类:
Web程序 时间:
2014-06-20 17:59:28
阅读次数:
257
本例子展示了Glacier2 router的用法(没有使用Glacier2 session manager)。如果clients与router不在同一台主机上,需要将以下地方修改为glacier2router所在机器的外部地址:config.glacier2的Glacier2.Client.Endp...
分类:
其他好文 时间:
2014-06-18 15:42:50
阅读次数:
320
No architectures to compile for(ONLY_ACTIVE_ARCH=YES 这种错误 修改building settings下 Build Active Architecture only 为NO即可。dyld: Symbol not found: _objc_setP...
分类:
其他好文 时间:
2014-06-18 15:30:00
阅读次数:
260
开始-运行-cmd,输入netstat -ano即可看到所有端口占用情况。
加入要想知道谁占用了我们的端口8080,输入以下命令
C:\Documents and Settings\Administrator>netstat -aon|findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING...
分类:
其他好文 时间:
2014-06-18 12:24:37
阅读次数:
238
在Android的日常开发中,相信大家都用过SharedPreferences来保存用户的某些settings值。Shared Preferences
以键值对的形式存储私有的原生类型数据,这里的私有的是指只对你自己的app可见的,也就是说别的app是无法访问到的。
客户端代码为了使用它有2种方式,一种是通过Context#getSharedPreferences(String prefNam...
分类:
移动开发 时间:
2014-06-17 18:56:59
阅读次数:
350
打开你的工程,点击目录的工程文件,最顶端蓝色的,然后选择project下你的工程,还是蓝色那项,然后build Settings,然后往下拉,在Apple LLVM 5.0 - Language - Objective C 里有一个选项,Objective-C Automatic Reference...
分类:
其他好文 时间:
2014-06-17 15:53:20
阅读次数:
206