码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错 [root@localhost~]#su-oracle -bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted 经查看结果是忘记修改/etc/security/limits.conf 关于/etc/security/limits.conf解释及应用,看我转载..
分类:其他好文   时间:2014-06-02 04:11:33    阅读次数:264
跟单统计
123/** * 返回跟单信息 * * @return array 返回跟单相关信息 * @author ZP 2013-12-17 11:55:16 * @modify YLP 2014-5-13 17:30:29 未采购和未到货不需要同时显示明细 */function get_order_tra...
分类:其他好文   时间:2014-05-24 12:37:41    阅读次数:309
ADS 安装失败后在此安装在Modify Repair Remove界面循环问题解决
估计是因为Win7和ADS不兼容的原因,第一次安装ADS后一直停在100%的位置,等了好久也没有反应。于是我点了Cancel。准备从新安装,于是就发生了下面的问题:一直在Modify Repair Remove界面循环: 无论我是点什么都没有用。 一开始想着能不能从360卸载,找了半天发现360软件...
分类:其他好文   时间:2014-05-23 08:51:38    阅读次数:360
mysql删除字段语句
#删除字段 ALTER TABLE evan DROP COLUMN age #添加字段 ALTER TABLE evan ADD COLUMN age2 VARCHAR(20) COMMENT '年龄' #修改字段注释 ALTER TABLE evan MODIFY COLUMN age2 VARCHAR(20) COMMENT '年龄2' #修改字段名字 ALTER TABLE evan...
分类:数据库   时间:2014-05-22 23:37:33    阅读次数:407
ulimit登陆服务器报错
闲来无事登陆服务器发下登陆提示有报错报错提示:Lastlogin:FriMay2301:37:042014from101.71.249.170-bash:ulimit:openfiles:cannotmodifylimit:Operationnotpermitted看提示是没有权限的意思查看登陆需要加载的文件/etc/profile有发现ulimit-n65535ulimit-u10240服务器是禁止r..
分类:其他好文   时间:2014-05-22 18:01:59    阅读次数:307
Add a system call on Ubuntu 13.04(x64) with x86_64
We added a system call to modify idt table, then programed it inmodify_idt.c1. Put our modify_idt.c file in/usr/src/linux-3.10.15/arch/x86/kernel2./us...
分类:其他好文   时间:2014-05-22 15:51:03    阅读次数:269
表达式求值
#ifndef MAINFUNC_H#define MAINFUNC_H#include #include #include #include //1. Get the numbers//2. Modify the expression like (1+1*1)*(1-1); 1 represent...
分类:其他好文   时间:2014-05-18 19:54:02    阅读次数:514
LeetCode: Swap Nodes in Pairs [023]
【题目】 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant space. You may not modify the values in the list, only nodes it...
分类:其他好文   时间:2014-05-18 08:37:57    阅读次数:370
linux内核-红黑树
//rbtree.h /* Red Black Trees (C) 1999 Andrea Arcangeli This program is free software; you can redistribute it and/or modify it under the terms of the...
分类:系统相关   时间:2014-05-18 01:05:37    阅读次数:489
MVC – 6.Controller Action方法参数与返回值
6.1 Controller接收浏览器数据 a.获取Get数据 : a1:获取路由url中配置好的制定参数: 如配置好的路由: 浏览器请求路径为: /User/Modify/1 ,MVC框架获取请求后,就会找到匹配的路由映射路径url,得知是请求的控制器类 User里的Modify方法,此时就会检查...
分类:Web程序   时间:2014-05-17 17:57:34    阅读次数:507
1504条   上一页 1 ... 147 148 149 150 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!