码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
【树链剖分】链剖相关总结与心得
这两天连着做了三道链剖也看了不少链剖已经大致明白链剖里题目特点了 我们可以把所有链剖的题目分为如下两类:给定点权的链剖这类链剖也是最基础的链剖,大部分题目都是这个样子的. 题目中会给定每一个点的初始点权,以此来计算路径长度. 这种题目相对来说比较简单,我们直接套模板两次DFS然后建树,把每个点在线段树上对应节点的数值modify就好了. 标准模板题可以看:ZJOI2008树的统计Count...
分类:其他好文   时间:2015-03-14 18:34:37    阅读次数:122
zabbix api调用
zabbix api调用api能干什么Zabbix API allows you to programmatically retrieve and modify the configuration of Zabbix and provides access to historical data. It is widely used to: Create new applications to w...
分类:Windows程序   时间:2015-03-12 19:19:28    阅读次数:192
CodeFirst 级联删除问题
codefirst涉及到级联删除时可能会报下面的错误: table 'TableName' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. 这是由于同一张表中使用了同一个...
分类:其他好文   时间:2015-03-10 13:58:31    阅读次数:130
2015-3-8 log
Read the HOPE model paper.Collect the character statistics of a news corpus to do classification. Libsvm is still running.Modify iKids code.Start read...
分类:其他好文   时间:2015-03-09 00:26:16    阅读次数:120
idea 快捷键
实用快捷键:Ctrl+/ 或 Ctrl+Shift+/ 注释(// 或者/*...*/ )Ctrl+D 复制行Ctrl+X 删除行快速修复 alt+enter (modify/cast)代码提示 alt+/ctr+G 定位某一行Shift+F6 重构-重命名Ctrl+R 替换文本Ctrl+F 查找文...
分类:其他好文   时间:2015-03-06 20:31:14    阅读次数:155
[Javascript] Webpack Loaders, Source Maps, and ES6
Using ES6To use ES6, we need loader.Modify webpack.config.js file:module.exports = { entry: './index.js', output: { filename: 'bundle.js'...
分类:编程语言   时间:2015-03-04 06:15:09    阅读次数:306
Cannot modify header information问题的解决方法(php)
我做了一个统一的出错提示函数,在函数执行里面,先处理出错的地址写入cookie以方便用户登陆以后可以直接跳转到要执行的这个页面,可是发现在服务器上测试时,竟然提示本地没有出现的错误:Warning:Cannotmodifyheaderinformation-headersalreadysentby....这样的语句,很显然,造成..
分类:Web程序   时间:2015-03-01 22:30:08    阅读次数:192
初学笔记
1、使用批量修改内表代替逐行修改 不推荐 Loop at int_fligh. If int_fligh-flag is initial. Int_fligh-flag = ‘X’. Endif. Modify int_fligh. Endloop. 推荐 Int_fligh-flag = ‘X’....
分类:其他好文   时间:2015-03-01 14:20:14    阅读次数:118
Cannot modify header information问题的解决方法(php)
我做了一个统一的出错提示函数,在函数执行里面,先处理出错的地址写入cookie以方便用户登陆以后可以直接跳转到要执行的这个页面,可是发现在服务器上测试时,竟然提示本地没有出现的错误: Warning: Cannot modify header information - headers alread...
分类:Web程序   时间:2015-03-01 11:41:21    阅读次数:138
Bmake
Bmake is a common makefile framework. Both support native build and cross build. Easy for use, modify and extend. Support Kconfig based config configu...
分类:其他好文   时间:2015-02-22 12:16:57    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!