参考http://www.cnblogs.com/deerchao/archive/2006/08/24/zhengzhe30fengzhongjiaocheng.htmlpackagesunfa.lx;importjava.util.Arrays;importjava.util.regex.Pat...
分类:
编程语言 时间:
2014-08-11 14:42:02
阅读次数:
278
1073. Scientific Notation (20)
时间限制
100 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
HOU, Qiming
Scientific notation is the way tha...
分类:
其他好文 时间:
2014-08-11 00:25:31
阅读次数:
285
1078. Hashing (25)
时间限制
100 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
The task of this problem is simple: insert a seq...
分类:
其他好文 时间:
2014-08-11 00:24:21
阅读次数:
206
1082. Read Number in Chinese (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Given an integer with no more than ...
分类:
其他好文 时间:
2014-08-11 00:23:11
阅读次数:
256
安装 下载 git OSX 版 下载 git Windows 版 下载 git Linux 版 创建新仓库 创建新文件夹,打开,然后执行 git init 以创建新的 git 仓库。 检出仓库 执行如下命令以创建一个本地仓库的克隆版本: git clone /pat...
分类:
其他好文 时间:
2014-08-08 13:02:46
阅读次数:
294
#!/bin/sh
LOG=/var/log/mysql-backup.log
# mysql db info
USER_ROOT=XXXXXX
USER_PWD=XXXXXXX
# mysql data stored dir
TODAY=`date +%F`
STOREDIR=/mnt/tf-card/mysql-back/$TODAY
mkdir $STOREDIR
echo "*** PAT...
分类:
数据库 时间:
2014-08-08 12:56:05
阅读次数:
228
这几天多次看到有博主们在写 with 的文章,这货确实非常方便,但是却是个性能杀手,所以一直都是上不得台面的。那么他究竟会让效率低下到什么程度呢?先来看下 with 是如何的便捷吧。。// 正常调用console.log(location.host);console.log(location.pat...
分类:
Web程序 时间:
2014-08-07 22:50:05
阅读次数:
482
App中若需要显示pdf、word文档,这时候没有其他控件,比UIWebView更适合,它高度抽象了技术细节,可以很简单的使用
UIWebView可打开文件类型列表
(需要iOS3.0系统以上)
可以看到Excel、PPT、PDF、Word都可打开。
点击可下载打开PDF的Demo
将UIWebView加入到界面,获得源文件路径,打开文件 NSString *pat...
分类:
Web程序 时间:
2014-08-06 18:58:22
阅读次数:
276
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
string pat...
分类:
移动开发 时间:
2014-08-06 11:52:51
阅读次数:
191