码迷,mamicode.com
首页 >  
搜索关键字:user    ( 38326个结果
YII 数据库查询
$userModel = User::Model(); $userModel->find(); $userModel->find($condition); $userModel->find($condition, $params); $userModel->findByPk($pk); $userMo...
分类:数据库   时间:2014-11-04 19:41:02    阅读次数:214
Entity创建一对一关系
Area类 public virtual User User { get; set; }User类 public virtual Area Area { get; set; }Context类 modelBuilder.Entity() //巡检区域-区域负责人 .HasOptional(a =.....
分类:其他好文   时间:2014-11-04 19:30:30    阅读次数:170
INSTR代替NOT LIKE
instr(title,'手册')>0相当于title like '%手册%'instr(title,'手册')=1相当于title like '手册%'instr(title,'手册')=0相当于title not like '%手册%'特殊用法:select id, name from user...
分类:其他好文   时间:2014-11-04 19:16:56    阅读次数:179
docker offical docs:Working with Containers
enough----------------------------------------------------------------------------------Working with Containers-In thelast section of the Docker User ...
分类:其他好文   时间:2014-11-04 18:59:22    阅读次数:186
Ubuntu 14.04 下 设置Sublime Text 3065 自动换行
Peferences -> Setting - User,键入: "word_wrap":true, ??"wrap_width":113, 注意,最后面的英文逗号! word_wrap?是强制换行,word_width?是指定换行的字符宽度,you can customize it as you want. 来张...
分类:系统相关   时间:2014-11-04 17:41:45    阅读次数:364
mysql数据小姿势
CREATE TABLE `information` ( `NUMBER` bigint(20) NOT NULL AUTO_INCREMENT,//将number设为自增字段 `USER_NAME` varchar(255), `NAME` varchar(255), `PASSWORD` var...
分类:数据库   时间:2014-11-04 17:03:48    阅读次数:215
spring配置bean的生命周期
配置文件:User类:packagecom.colorlight.springscope;publicclassUser {privateintid;privateStringname;privateStringpassword;publicUser(){ System.out.println("创...
分类:编程语言   时间:2014-11-04 16:53:56    阅读次数:230
LoadRunner 各个指标分析
我们要监视CPU,内存.硬盘的资源情况.得到以下的参数提供分析的依据.%processor time(processor_total):器消耗的处理器时间数量.如果服务器专用于sql server 可接受的最大上限是80% -85 %.也就是常见的CPU使用率.%User time(processo...
分类:其他好文   时间:2014-11-04 16:31:41    阅读次数:252
nginx配置摘要
nginx.conf: http { ? ? include ? ? ? mime.types; ? ? default_type ?application/octet-stream; ? ? #log_format ?main ?‘$remote_addr - $remote_user [$time_local] "$request" ‘ ? ? # ? ?...
分类:其他好文   时间:2014-11-04 15:25:19    阅读次数:207
elastix2.5&vtigercrm5.2.1来电弹屏和点击呼叫的配置
一、为vTiger访问ElastixPBX的AMI交互设置用户名口令权限PBX>Tools>AsteriskFileEditor编辑manager_custom.conf:(这个文件缺省不存在)[vtiger]secret=vtigerpermit=0.0.0.0/255.255.255.0,,当然设置127.0.0.1也可以read=system,call,log,verbose,command,agent,user,d..
分类:其他好文   时间:2014-11-04 15:20:38    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!