码迷,mamicode.com
首页 > 2014年05月04日 > 全部分享
后缀数组入门
整理自《后缀数组——处理字符串的有力工具》...
分类:其他好文   时间:2014-05-04 18:45:59    阅读次数:460
矩阵乘法专题4——bzoj 2326 [HNOI2011] 数学作业 题解
【原题】 2326: [HNOI2011]数学作业 Time Limit: 10 Sec  Memory Limit: 128 MB Submit: 853  Solved: 473 [Submit][Status] Description 【分析】我们按数字的位数来划分。对于K位数,我们就可以专门设计一个矩阵来计算。 然后就是注意细节了。 【代...
分类:其他好文   时间:2014-05-04 18:45:26    阅读次数:342
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
Ubuntu 无法访问 win8 分区问题。 提示 Unable to access " Partion X"
系统背景 电脑型号:Thinkpad X230i 操作系统:win 8.1 中文版  + Ubuntu 13.10  双系统运行 问题描述 在Ubuntu系统下无法打开Win分区,提示以下信息 Unable to Access "WINDOWS"Error mounting /dev/sda3 at /media/dany/Data: Command-line `mount -t "nt...
分类:数据库   时间:2014-05-04 17:53:36    阅读次数:681
【C++】字符串分割 strtok_s
【C++】字符串分割 strtok_s...
分类:编程语言   时间:2014-05-04 17:43:24    阅读次数:256
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:数据库   时间:2014-05-04 17:42:50    阅读次数:394
thinkphp 定时执行php文件--windows系统任务计划
实现思路如下: 通过win的“任务”功能来定时执行一个bat文件,bat文件会调用php.exe文件,php.exe可以传递参数指定执行哪个类和方法 方法如下: 一,thinkphp开启cli支持 1、tp正好支持cli命令模式,手册的路径为13.7.4 如果是用的其他框架不支持cli,那么只能直接写程序了,其实就是写面向过程的最基础的php代码。 2、在入口文件下开启...
分类:Windows程序   时间:2014-05-04 18:15:25    阅读次数:460
研究一下,手机边充电边用到底好不好
作者:iamlaosong 手机边充电边用到底好不好?百度了一下这个问题,结果大部分答案都是不好,往小了说,缩短电池寿命,往大了说电池爆炸、辐射增加等等,那么,情况到底怎样呢,我们分析一下: 1、从日常使用的经验来看:第一,笔记本也可以边用边充电,在进行大运算量时,电流也会突然加大,笔记本为啥就没事?第二,当手机通过数据线连接到电脑时,也会充电,也会对手机存储器进行操作,难道不是边充电边用?其...
分类:移动开发   时间:2014-05-04 18:35:17    阅读次数:470
after effects cs6 预设动画
after effects cs6有时候安装后,在SupportFiles目录下,并没有Presets目录,我们有些预设动画就不知道如何安装了。其实,只要自己建立一个Presets即可,然后将ffx格式文件全部放入其中,这时你再在特效/预设(Effects/Presets)中,选择用资源文件夹(Explorer Folders)方式打开这些预设,这样你就能看到你安装的预设了。...
分类:其他好文   时间:2014-05-04 18:23:40    阅读次数:309
模块管理常规功能自定义系统的设计与实现(23--二个模块之间的关联[1])
“省”、“市”二个模块之间的关联的操作(1)        一、 “市”模块定义好了,我们先来新增1个市,看看和“省”的关联操作。         上面显示了“市”的模块界面,在导航栏中为省份的导航,我们看到只有“江苏省”一个,其他的在哪里呢。         一个模块的父模块的导航有一个选项,叫“显示无记录的项目”,此选项默认不选中,也就是说省里面还...
分类:其他好文   时间:2014-05-04 19:01:12    阅读次数:357
Java比较日期
在Java中比较日期有API可以直接调用。实现源码如下: import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class JavaDateCompare { public static void...
分类:编程语言   时间:2014-05-04 18:23:07    阅读次数:355
《linux 内核完全剖析》上帝为什么是右移20,而不是22! dir = (unsigned long *) ((from>>20) & 0xffc)
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!  dir = (unsigned long *) ((from>>20) & 0xffc) int free_page_tables(unsigned long from,unsigned long size) { unsigned long *pg_table; unsigned long...
分类:系统相关   时间:2014-05-04 18:22:41    阅读次数:459
travel the binary tree by level 4 ( from down to top and from left to right every level )
travel the binary tree by level 4 ( from down to top and from left to right every level ) 个人信息:就读于燕大本科软件工程专业 目前大三; 本人博客:google搜索“cqs_2012”即可; 个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献; 博客内容:tr...
分类:其他好文   时间:2014-05-04 18:22:16    阅读次数:381
Null value was assigned to a property of primitive type setter of
解决办法:                 bean里的int 类型替换成 Integer                .hbm.xml  改为java.lang.Integer...
分类:其他好文   时间:2014-05-04 17:56:01    阅读次数:298
自然连接
自然连接...
分类:其他好文   时间:2014-05-04 17:55:27    阅读次数:346
Linux下安装Oracle的过程和涉及的知识点-系列5
12、命令行启动 由于我是用VM进行安装的,所以首先需要修改默认启动为命令行的方式。 使用root登录,编辑/etc/inittab文件,将d:5:initdefault:改为d:3:initdefault: 知识点6:Linux的运行级别 # 0 - 停机(千万不能把initdefault 设置为0) # 1 - 单用户模式 # s init s = init 1 # 2 - 多...
分类:数据库   时间:2014-05-04 18:09:26    阅读次数:407
HDU-1015-Safecracker
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1015 深搜简单题 代码如下: #include #include #include #include using namespace std; string a; int t; int v,w,x,y,z; int vis[20]; int b[6]; int flag; int cmp(int...
分类:其他好文   时间:2014-05-04 18:09:00    阅读次数:352
952条   上一页 1 ... 6 7 8 9 10 11 12 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!