这里总结下lecture 4 & 5 部分的内容。lecture 4介绍了更多Objective-C的内容,包括了创建对象(alloc init & class method),给nil发送消息,id类型,动态绑定,内省等内容;下半部分介绍了Foundation框架的一些内容。lecture 5介....
分类:
移动开发 时间:
2014-08-14 01:25:07
阅读次数:
243
1、git init该命令执行之后并没有创建branch2、git add添加文件,这时branch 也还没生成。git branch name也没用3、git commit提交到git repo,产生默认的master分支,并且有一个HEAD pointer指向master4、git branch...
分类:
其他好文 时间:
2014-08-14 01:20:27
阅读次数:
233
上文写到Solr的启动过程是在SolrDispatchFilter的init()里实现,当Tomcat启动时候会自动调用init();Solr的启动主要在this.cores = createCoreContainer();语句中实现。/** *初始化,当tomcat启动时候开始初始化,其中主要调....
分类:
其他好文 时间:
2014-08-14 01:13:27
阅读次数:
326
推送可以及时,主动的与用户发起交互(1)继承jar包,照示例AndroidManifest.xml添加.(2)自定义MyApp继承自Application,在onCreate方法中调用JPushInterface.init(MainActivity.this);或者在Activity的onCreat...
分类:
移动开发 时间:
2014-08-14 01:12:27
阅读次数:
430
Android系统是如何启动的呢,应用程序是如何启动。下面简要介绍下初始化流程。1.Android系统的初始化1.1Android系统会首先启动Linux基础系统,然后引导加载Linux内核并启动初始化进程InitLinux Kernel---->Init(pid=1)1.2启动守护进程Daemon...
分类:
移动开发 时间:
2014-08-14 01:11:17
阅读次数:
393
$str_callback_url="xxxx.com/api.php"; $str_callback_url="xml数据"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $str_callback_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,...
分类:
Web程序 时间:
2014-08-13 22:45:47
阅读次数:
449
一、自定义TabBar选项卡背景 默认UITabBarController的TabBar背景是黑色的,如何自定义成背景图片呢? UITabBarController?*tabBarController?=?[[UITabBarController?alloc]?init];
//?获取选项卡控制器视...
分类:
其他好文 时间:
2014-08-13 22:43:47
阅读次数:
479
linux6.0搭建ftp服务器,ftp服务器配置操作如下:#yuminstall–yvsftpd#chkconfigvsftpdon#servicevsftpdstart#vi/etc/vsftpd/vsftpd.conf修改anonymous_enable=YESlocal_enable=YES增加行:anno_root=/var/ftp/pub/anno_other_write_enable=yes#vi/etc/hosts.deny添加一行:vs..
分类:
其他好文 时间:
2014-08-13 19:30:28
阅读次数:
288
编写一个有关于tomcat启动服务的脚本,方便开机自动启动。./etc/profile.d/tomcat.sh
#编写服务脚本
vim/etc/rc.d/init.d/tomcat
#!/bin/sh
#TomcatinitscriptforLinux.
#
#chkconfig:23459614
#description:TheApacheTomcatservlet/JSPcontainer.
#JAVA_OPTS=‘-Xms128m-Xmx512..
分类:
其他好文 时间:
2014-08-13 19:17:07
阅读次数:
218
nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection...
分类:
数据库 时间:
2014-08-13 18:58:27
阅读次数:
418