码迷,mamicode.com
首页 >  
搜索关键字:Mycat setting    ( 5822个结果
在Activity生命周期中注册BroadcastReceiver和在配置文件中注册的区别
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
code blocks修改运行程序时候使用的terminal
菜单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 6.2 error::can only be used when targeting iOS 4.2 or later
当使用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
DISNCUZX3.2关闭注册邮箱必填选项
1、第一步source/admincp/admincp_setting.php 文件showsetting('setting_access_register_send_register_url', 'settingnew[sendregisterurl]', $setting['sendregist...
分类:其他好文   时间:2015-04-23 15:29:10    阅读次数:196
IOS---ASI
1.把Tests文件夹删除2.导入CFNetwork.framework ,libxml2.dylib ,MobileCoreServices.framework,SystemConfiguration.framework,libz.dylib3.在 工程文件的 build setting 的 he...
分类:移动开发   时间:2015-04-23 15:06:02    阅读次数:148
Eclipse报错:Setting property 'source' to 'org.eclipse.jst.jee.server:fzxt_tj' did not find
在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
Newtonsoft.Json 时间格式化问题
1.WPF加载时进行全局设置 Newtonsoft.Json.JsonSerializerSettings setting = new Newtonsoft.Json.JsonSerializerSettings(); JsonConvert.DefaultSettings =...
分类:Web程序   时间:2015-04-21 17:23:21    阅读次数:218
关于SEO
<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
IIS7 ASP Setting support 32 bit application,error number=3704
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
python django
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!