码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
rsync+inotify
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
error: function declaration isn’t a prototype [-Werror=strict-prototypes]
"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
MySQL笔记
修改字段类型和长度说明:alter table 表名 modify column 字段名 类型; 举例:alter table player modify column name varchar(50); 注意: - 谨慎修改类型,可能会导致原有数据出错。 - 修改长度,要保证不短与已有数据,以保证原有数据不出错。设置字段值区分大小写说明:mysql的字段值默认情况下是不区分大小写的,如果想...
分类:数据库   时间:2015-05-26 16:16:20    阅读次数:196
mysql if then
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
一步一步教你用PHP+MySql搭建网站 No.5 图片上传、故事删除
上篇文章中讲到,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
C# final project
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...
分类:Windows程序   时间:2015-05-26 00:09:15    阅读次数:217
EF容器---代理类对象
1 #region 修改--官方的修改是,先查询,然后修改 2 /// 3 /// 修改--官方的修改是,先查询,然后修改 4 /// 5 static void Modify() 6 { 7 /...
分类:其他好文   时间:2015-05-24 16:57:36    阅读次数:140
将参数传到session中
$('.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
【C语言】实现一个简单的通讯录
#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
对于ntp.conf的理解
允许与我们的时间源同步时间,但是不允许源查询或修改这个系统上的服务。# 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!