wgethttps://cloud.github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gzwgethttps://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz#!/bin/sh#date:2015-5-27#function:rysnc109.26to96.48log=/tmp/rsync.logsrc="/data/"host="10.139.96.48"module="/dat..
分类:
其他好文 时间:
2015-05-27 19:24:13
阅读次数:
163
"warning: function declaration isn't a prototype" was caused by the function like that:return_type XXX(){.......}Please just modify the input paramter...
分类:
其他好文 时间:
2015-05-27 11:55:42
阅读次数:
647
修改字段类型和长度说明:alter table 表名 modify column 字段名 类型;
举例:alter table player modify column name varchar(50);
注意:
- 谨慎修改类型,可能会导致原有数据出错。
- 修改长度,要保证不短与已有数据,以保证原有数据不出错。设置字段值区分大小写说明:mysql的字段值默认情况下是不区分大小写的,如果想...
分类:
数据库 时间:
2015-05-26 16:16:20
阅读次数:
196
CREATE PROCEDURE userinfo_modify( IN id INT ,IN loginid INT ,IN levelid INT ,IN namestr VARCHAR(50) ,IN tel VARCHAR(50) ,IN account VARCHAR(50))BEGIN....
分类:
数据库 时间:
2015-05-26 15:52:54
阅读次数:
160
上篇文章中讲到,story.php中的表单提交之后的页面是story_submit.php,我们就看一下story_submit.php是如何完成文章的发表的
老样子,先上代码:
<?php
# add / modify story record
include_once('include_fns.php');
$handle = db_connect();
$headline =...
分类:
数据库 时间:
2015-05-26 09:10:59
阅读次数:
167
Problem StatementYou are tasked with developing a task manager. The task manager will allow people to add a new task, modify or delete an existing tas...
1 #region 修改--官方的修改是,先查询,然后修改 2 /// 3 /// 修改--官方的修改是,先查询,然后修改 4 /// 5 static void Modify() 6 { 7 /...
分类:
其他好文 时间:
2015-05-24 16:57:36
阅读次数:
140
$('.modify').live("click",function(){
var user_id = $(this).attr("id");
jcl.go("/updateMember?user_id="+user_id);
});
">/*将user_id变量加入到request中*/
点击ID为modify的按钮后,进入controller层接收updateMember...
分类:
其他好文 时间:
2015-05-20 14:54:52
阅读次数:
149
#include
#include"contact.h"
void print_menu()
{
printf("*******************************\n");
printf("***1>add 2>del ******\n");
printf("***3>search 4>modify ******\n");
printf("***...
分类:
编程语言 时间:
2015-05-20 14:49:37
阅读次数:
217
允许与我们的时间源同步时间,但是不允许源查询或修改这个系统上的服务。# Permit time synchronization with our time source, but do not# permit the source to query or modify the service on ...
分类:
其他好文 时间:
2015-05-19 20:36:05
阅读次数:
168