先说说XIFF的进展,igniterealtime.org自从2007-3-3删除XIFF2后,一直在进行XIFF3的开发,现在每天都有更新,进展看似顺利。而且有了个3.4.2版本,这篇文章中用的就是这个xiff的3.4.2版本.使用Openfire3.4.3版本1.登录var_conn:XMPPSocketConnection;_conn.server=ServerName;_conn.username=Username;_conn.password=P
系统 2019-08-29 22:19:17 3084
数据库结构:createtablestuTPC(idvarchar(32),namevarchar(32),cardnumvarchar(32));createtableteacherTPC(idvarchar(32),namevarchar(32),salarydouble);Hibernate.cfg.xml
系统 2019-08-12 09:29:39 3084
google官方网站被黑,android源码在拉不下来了,转战github。https://github.com/1,注册账号免费的就行,因为我们只是下载别人的东西,而不参与项目开发。2,在本地建立一个文件夹,然后做一些全局变量的初始化gitconfig--globaluser.name="用户名或者用户ID"gitconfig--globaluser.email="邮箱"这两个选项会在以后的使用过程中自动添加到代码中3,创建验证用的公钥因为git是通过s
系统 2019-08-12 09:27:43 3084
转:http://blog.csdn.net/jglie/article/details/7394256十一、上下左右移动光标位privatevoidmoveLeft(){objectmoveUnit=Microsoft.Office.Interop.Word.WdUnits.wdWord;objectmoveCount=1;objectmoveExtend=Microsoft.Office.Interop.Word.WdMovementType.wdEx
系统 2019-08-12 09:27:03 3084
http://www.vikramlakhotia.com/Deleting_Directory_in_ASPnet_20.aspxHaveyoutriedtodeleteadirectoryprogrammaticallyinASP.Net2.0?Don’ttryit;itcancausegreatproblemstoyoursiteespeciallyifyouareusingin-procsession.Youwilllosetheentireses
系统 2019-08-12 09:26:45 3084
http://www.geeksforgeeks.org/inorder-tree-traversal-without-recursion-and-without-stack/1#include2#include3#include4#include5#include6#include7#include8usingnamespacestd;
系统 2019-08-12 01:54:21 3084
------------------------2013-5-19------------------------子程序的类型--过程,用于执行某项操作--函数,用于执行某项操作并返回值createorreplaceprocedure--过程名称[parameterlist]--参数列表is|as;--局部声明begin(executablestatements)--可执行语句end;参数模式:-
系统 2019-08-12 01:53:35 3084
使用Nginx提升网站访问速度#log_formatmain'$remote_addr-$remote_user[$time_local]$request'#'"$status"$body_bytes_sent"$http_referer"'#'"$http_user_agent""$http_x_forwarded_for"';#access_logoff;access_loglogs/access.log;#日志文件名使用Nginx提升网站访问速度
系统 2019-08-12 01:32:36 3084
上传项目到github,回忆一下过程,下次忘记了,可以look一下。github已注册。一、1、newrespositories(创建一个仓库)此过程会输入代码库名和对代码库的description2、已经安装了git工具来到要上传的项目下,直接右键,选择“gitbash”,弹出黑框。3、接着就是初始化代码库,就会有一个隐藏.git文件夹,类似于.svngitinit4、初始化项目gitadd.提交所有gitaddtest.txt只提交test.txt文件
系统 2019-08-12 01:32:35 3084
配置基础开发环境GCC刚装好的系统中已经有GCC了,但是这个GCC几乎什么文件都不能编译,因为缺少一些必须的头文件,所以要安装build-essential这个软件包:sudoapt-getinstallbuild-essential安装GTK/GNOME开发环境安装GTK环境只要安装一个libgtk2.0-dev就可以了,而安装gnome开发环境的话,需要装gnome-core-devel,它包含GTK开发包。但在一般情况下,我们需要有一个ide开发环境
系统 2019-08-12 01:32:25 3084