(Message App)The app just take the last 7 digits from a contact, then it does not create a converstion with the name of the contact that you are texti...
分类:
其他好文 时间:
2014-07-16 21:43:29
阅读次数:
203
1. 引入方式 2. 区分大小写 JavaScript语言严格区分大小写 name Name3. 注释方式 // 注释单行 /* 注释多行 */4. 结束处分号可省略(多表达式写在一行不能省略) var name=”tom”; var age = 23;5. 变量命名规则 名...
分类:
Web程序 时间:
2014-07-16 21:41:31
阅读次数:
251
javah在eclipse中设置参数:location(javah.exe的位置)working dir(${project_loc}/src)-classpath .;./classes -d ${project_loc}\jni -jni ${java_type_name}回调的java代码pu...
分类:
其他好文 时间:
2014-07-16 21:38:29
阅读次数:
170
查询死锁SELECT request_session_id spid,OBJECT_NAME(resource_associated_entity_id)tableNameFROM sys.dm_tran_locksWHERE resource_type='OBJECT' and OBJECT_NA...
分类:
数据库 时间:
2014-07-16 21:38:05
阅读次数:
204
1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check...
分类:
数据库 时间:
2014-07-16 21:36:29
阅读次数:
374
现在假设有一个Student类,内有id,name,age属性String hql = "from Student s";按照以前的做法,我们通常是Query query = session.createQuery(hql);或者要按照条件检索的话.String hql = "from Studen...
分类:
系统相关 时间:
2014-07-16 21:21:26
阅读次数:
334
学习PHP中,学习完语法,开始尝试实现数据结构,今天实现单链表id=$id; $this->name=$name; $this->next=null; } } class linklist //链表的数据结构 { ...
分类:
Web程序 时间:
2014-07-16 21:20:40
阅读次数:
227
spark-submit \--name SparkSubmit_Demo \--class com.luogankun.spark.WordCount \--master yarn-client \--executor-memory 1G \--total-executor-cores 1 \/h...
分类:
其他好文 时间:
2014-07-16 21:09:32
阅读次数:
260
1.訪问节点document.getElementById(id);返回对拥有指定id的第一个对象进行訪问document.getElementsByName(name);返回带有指定名称的节点集合注意:Elementsdocument.getElementsByTagName(tagname);返...
分类:
编程语言 时间:
2014-07-16 21:05:54
阅读次数:
156
注意:使用配置文件时一定要先备份一份,取名:name-backup.conf公益图书馆平台一、环境搭建篇:1.修改apache中默认的项目文件夹在httpd.conf中修改DocumentRoot "XXX/htdocs" 为 DocumentRoot "E:/Source/PhpStorm" .....
分类:
其他好文 时间:
2014-07-16 20:45:41
阅读次数:
129