Setting up a BroadcastReceiver that gets called unnecessarily can be a drain on system resources. The sample application registers the?BroadcastReceiver?NetworkReceiver?in?onCreate(), and it un...
分类:
其他好文 时间:
2015-04-26 18:27:56
阅读次数:
188
菜单Setting -> Environment -> General Settings.? 找到“Terminal to launch console programs”右侧的输入框架,将 xterm -T $TITLE -e 改成 gnome-terminal -t $TITLE -x...
分类:
其他好文 时间:
2015-04-25 08:17:06
阅读次数:
214
当使用Xcode打开从网上down下来的demo时,编译有时会出现can only be used when targeting iOS 4.2 or later. 这是由于IOS运行版本不同导致的。
解决办法是:
点击项目导航文件--> 选中Targets--> 选择 Build Setting --> 展开IOS Deployment Target
把IOS版本改成大...
分类:
移动开发 时间:
2015-04-24 19:12:10
阅读次数:
2769
1、第一步source/admincp/admincp_setting.php 文件showsetting('setting_access_register_send_register_url', 'settingnew[sendregisterurl]', $setting['sendregist...
分类:
其他好文 时间:
2015-04-23 15:29:10
阅读次数:
196
1.把Tests文件夹删除2.导入CFNetwork.framework ,libxml2.dylib ,MobileCoreServices.framework,SystemConfiguration.framework,libz.dylib3.在 工程文件的 build setting 的 he...
分类:
移动开发 时间:
2015-04-23 15:06:02
阅读次数:
148
在eclipse中启动tomcat时出现Setting property 'source' to 'org.eclipse.jst.jee.server:你的站点名' did not find a matching property错误
解决办法:
1、在server控制台内,在服务器上点右键--属性
2、general选项卡中点switch location
...
分类:
Web程序 时间:
2015-04-22 15:18:48
阅读次数:
168
1.WPF加载时进行全局设置 Newtonsoft.Json.JsonSerializerSettings setting = new Newtonsoft.Json.JsonSerializerSettings(); JsonConvert.DefaultSettings =...
分类:
Web程序 时间:
2015-04-21 17:23:21
阅读次数:
218
<title>SEO标题</title><metaname="keywords"content=‘seo关键字‘/><metaname="Description"content=‘seo描述‘/><linkrel="ShortcutIcon"href="/uploadfiles/Setting/1504081700_23300.ico"/>
分类:
其他好文 时间:
2015-04-21 11:25:04
阅读次数:
103
How to guide for getting a classic asp application working under IIS 7.0, resolved error number=3704
Operation is not allowed when the object is closed...
分类:
移动开发 时间:
2015-04-20 11:12:38
阅读次数:
220
1、django install : python setup.py install
测试: import django
2、创建项目
django-admin.py startproject project_name
3、修改设置
vim setting.py,可以设置database,时区,默认语言,
添加模块installed_apps –>’bl...
分类:
编程语言 时间:
2015-04-18 20:39:46
阅读次数:
176