Django’s optional GIS (Geographic Information Systems) support requires Python 2.5 to 2.7.这里提到了django的GIS,貌似是个挺有意思的东西,以后要研究一下。In case you’re curious: ...
分类:
其他好文 时间:
2014-07-13 08:45:43
阅读次数:
212
/command:update/command:add/command:commit/logmsg:"msgstr"多个离散svn目录的更新"C:/program files/tortoisesvn/bin/TortoiseProc.exe" /command:update /Path:"C:/.....
分类:
其他好文 时间:
2014-07-13 08:48:58
阅读次数:
199
Ajax技术的核心是XMLHttpRequest对象(简称XHR)。XMLHttpRequest对象在浏览器中创建XHR对象要像下面这样,使用XMLHttpRequest构造函数。var xhr = new XMLHttpRequest();XHR的用法xhr.open("get","example...
分类:
其他好文 时间:
2014-07-13 08:48:21
阅读次数:
145
在使用Visual stutio 2013开发SharePoint 2013解决方案时,当使用SPClaimsUtility方法时,需要添加Microsoft.SharePoint.IdentityModel引用,但是在框架和扩展中是看不到的,需要浏览到本地文件添加,路径为:C:\Window...
分类:
其他好文 时间:
2014-07-13 08:51:26
阅读次数:
177
在word中做选择时,非常多人遇到须要在小方框上打对勾而不知怎样做,现将可行的各种方法总结例如以下:1:直接找到一个做好的,保存为图片,在须要的时候插入它;2:插入文本框,然后边框选择为实线,在文本框里插入勾号,再将文本框和勾号缩放到自己想要的大小!(比較可惜的是:这个大小是非常难调整的,手动设置....
分类:
其他好文 时间:
2014-07-13 08:54:20
阅读次数:
159
apache 启动usr/local/apache243/bin/apachectl startapache 重启usr/local/apache243/bin/apachectl restartapache 关闭usr/local/apache243/bin/apachectl restartap...
分类:
其他好文 时间:
2014-07-13 08:53:36
阅读次数:
322
XML被设计用来传输数据,HTML被设计用来显示数据。XML是独立于软件和硬件的信息传输工具;XML是没有任何行为的,仅仅是纯文本,可以发明自己的标签,是对HTML的补充;所有XML元素都必须有关闭标签,XML对大小写敏感,必须正确嵌套,必须有根元素,属性值必须加引号,空格会被保留;元数据,即有关数...
分类:
其他好文 时间:
2014-07-13 08:52:52
阅读次数:
256
在一般事务处理页面,可以轻松的得到 Request,Response对象,从而进行相应的操作,如下:HttpRequest Request = context.Request;HttpResponse Response = context.Response;但是要得到 Session的值就没有那么简...
分类:
其他好文 时间:
2014-07-13 08:56:16
阅读次数:
226
环境:系统硬件:vmware vsphere (CPU:2*4核,内存2G)系统版本:CentOS Linux release 7.0.1406安装步骤:1.系统环境1.1 更新系统[root@centos ~]# yum update -y 1.2 查看环境[root@centos ~]# cat...
分类:
其他好文 时间:
2014-07-12 13:55:19
阅读次数:
8376
定时压缩备份文件(夹)并FTP上传至备份服务器(BAT)rem 定时备份文件并FTP上传至备份服务器rem 要备份的文件夹(多个文件夹用空格分开)set bak_webFile=E:\sman\webfile E:\sman\datafilerem 临时文件夹set bak_tmpFile=C:\....
分类:
其他好文 时间:
2014-07-13 08:58:59
阅读次数:
296
if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[6].Text = Server.HtmlDecode(e.Row.Cells[6].Text); e.Row.Ce...
分类:
其他好文 时间:
2014-07-13 09:01:38
阅读次数:
158
When HCS hydraulic impact crusher machine is at work, the motor through the belt, transmission shaft, bevel gear pair drives the eccentric sleeve to r...
分类:
其他好文 时间:
2014-07-13 09:02:16
阅读次数:
191
a题#include#includechar c[101][101];int main(){ long n,m,i,j; scanf("%ld%ld",&n,&m); gets(c[0]); for(i=1;i#include #include #include using ...
分类:
其他好文 时间:
2014-07-13 09:05:03
阅读次数:
195
Create Empty:创建空对象Create Other:创建其他对象Particle System:创建粒子系统Camera:创建相机GUI Text:GUI文本GUI Texture:创建GUI贴图3D Text:创建3D文本DirectionalLight方向光(太阳光)PointLigh...
分类:
其他好文 时间:
2014-07-13 09:05:48
阅读次数:
292
以前只是知道这个东西,可以解决一些问题,最近自己做一个字符串操作的东东,看了下redis的源码,做个小的总结。struct cl_str_s{ int free; int len; char buf[];}; 代码的意思是,我们定义了一个结构体,它有这么三个属性,作用很明显不详细...
分类:
其他好文 时间:
2014-07-13 09:25:28
阅读次数:
158