一次总结两道题,两道题目都比较基础Description:Write a function to
find the longest common prefix string amongst an array of strings.分析:
这道题目最重要的知道什么叫prefix前缀, 否则一不小心就做...
分类:
其他好文 时间:
2014-06-09 21:08:16
阅读次数:
224
1. PHP的COOKIEcookie
是一种在远程浏览器端储存数据并以此来跟踪和识别用户的机制。PHP在http协议的头信息里发送cookie, 因此 setcookie()
函数必须在其它信息被输出到浏览器前调用,这和对 header() 函数的限制类似。1.1 设置cookie: 可以用...
分类:
Web程序 时间:
2014-06-09 20:02:06
阅读次数:
310
public class CSVHelper {
System.Windows.Forms.SaveFileDialog saveFileDialog1;//保存 private string header =
string.Empty;//标题 //...
分类:
其他好文 时间:
2014-06-09 19:17:52
阅读次数:
322
#region File Header & Copyright Notice/* *
Copyright (C) 2014 AUGMENTUM, INC. All Rights Reserved. * THIS SOURCE CODE IS
CONFIDENTIAL AND PROPRIETARY ...
分类:
其他好文 时间:
2014-06-08 23:33:33
阅读次数:
409
1.ELF文件格式概貌readelf -h
查看elf文件头部信息可以看到Type值有三种:REL,EXEC,DYN。REL文件是只被编译没有被链接过的文件,其格式属于左边一种,elf
header+section1,2,3...+section header table,每个section对应.....
分类:
其他好文 时间:
2014-06-08 20:34:25
阅读次数:
263
网站可能会包含一些模块:像文章、产品、图片、留言等。栏目模块主要实现功能,启用或禁用模块,模块权限设置,模块上传设置等。权限设置和上传设置以后专门考虑,先来显示或禁用模块。1、在顶部导航栏添加管理连接打开Home/Header.cshtml,在添加代码2、添加Module接口using
Ninesk...
分类:
Web程序 时间:
2014-06-08 19:39:25
阅读次数:
382
前面的步骤按说明书上就没有问题,但在移植内核时,当进行到
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
出现以下错误:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuco...
分类:
其他好文 时间:
2014-06-08 10:40:46
阅读次数:
184
Problem Description
Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers:
1. Emergenc...
分类:
其他好文 时间:
2014-06-08 10:31:22
阅读次数:
234
1.安装编译环境gcc
使用yum install gcc在线安装
2.安装ruby开发环境
先下载linux版安装文件:ruby-1.8.6-p111.tar.gz
执行
tar -zxvf ruby-1.8.6-p111.tar.gz
cd ruby-1.8.6-p111
./configure --prefix=/usr/local/ruby
ma...
分类:
系统相关 时间:
2014-06-08 05:01:48
阅读次数:
445
软件下载(Nginx官网):http://nginx.org/一、准备环境:1、安装pcre:pcre(PerlCompatibleRegularExpressions:Perl兼容的正则表达式)用来支持rewritecd/tol/softtar-jxfpcre-8.32.tar.bz2cdpcre-8.32./configure--prefix=/usr/local/pcremake&&makeinstallcp/usr/..
分类:
其他好文 时间:
2014-06-08 02:33:34
阅读次数:
263