First get the calendar ID,second using js to set calendar readonly attributes off or remove it.Third set value for calendar using JS. String js="do...
分类:
Web程序 时间:
2014-12-09 00:27:06
阅读次数:
233
#include #include int truncate(const char *path, off_t length);int ftruncate(int fd,off_t length);The truncate and ftruncate function cause the regula...
分类:
系统相关 时间:
2014-12-09 00:20:15
阅读次数:
249
先执行如下命令: lsof?-i:端口号 会有类似下面的结果:? COMMAND?????PID???????USER???FD???TYPE?????????????DEVICE?SIZE/OFF?NODE?NAME
WebProces?42624?davidzhang??...
分类:
系统相关 时间:
2014-12-08 19:54:06
阅读次数:
10263
freedom and big dreamsWe understood the dynamics of our new industry enough to getthe way to fend off Microsoft was continuous product excellence, yet...
分类:
其他好文 时间:
2014-12-08 19:09:08
阅读次数:
128
在SVN 项目版本库的存储目录下的hooks 目录,新建立一个post-commit.bat 文件:
@echo off
SET REPOS=%1
SET REV=%2
SET DIR=%REPOS%/hooks
SET PATH=%PATH%;
SET WORKING=E:/www/要同步的目录
svn update %WORKING% --username 用户名 --passwo...
分类:
Web程序 时间:
2014-12-08 10:44:27
阅读次数:
195
vs2005中总是保留最近打开的项目和文件的记录,甚至是以删除的它也不删,-_-!下面介绍几种删除的方法:第一种:建立一个bat文件,以后双击即可清除,内置代码如下:@echo off@REG Delete HKCU/Software/Microsoft/VisualStudio/8.0/FileM...
分类:
其他好文 时间:
2014-12-06 16:50:52
阅读次数:
206
var gameover=0;//Flugzeug an und abschalten. Wird später interessant. Game Over || Turn on and off the airplane code. Becomes interesting at a later p...
分类:
其他好文 时间:
2014-12-06 16:36:38
阅读次数:
150
客户预付款1.在Accounting--Customers--CustomerPayments下,添加客户收款并Validate。2.在订单确认后,到Accouting--PeriodicProcessing--ManualReconciliation里,对该客户进行核销。如果金额相等或少量余额不需要客户再支付,选择ReconcileWithWrite-Off如果只有部分预付,..
分类:
其他好文 时间:
2014-12-05 19:38:33
阅读次数:
2229
很简单,特别方便php做一些cli应用的调试和PHP模版源于:http://www.huiyi8.com/php/1. [代码][PHP]代码 <?phpvar_dump($argv);2. [代码][Shell/批处理]代码 @echo off:BEGINset /p input=any ke.....
分类:
Web程序 时间:
2014-12-04 17:42:33
阅读次数:
140
AddDefaultCharset 指令说明当应答内容是text/plain或text/html时,在HTTP应答头中加入的默认字符集语法AddDefaultCharset On|Off|charset默认值AddDefaultCharset Off作用域server config, virtual...
分类:
Web程序 时间:
2014-12-04 11:37:30
阅读次数:
193