邮件类库是从github下载的简单好用; protected function sendEmail($emailAddress,$realname,$token,$title,$do){ include_once APP_ROOT . 'doitphp/modules/phpmaile...
分类:
Web程序 时间:
2014-07-01 23:30:19
阅读次数:
380
It always seems that your vacuum will malfunction right before company is set to arrive. What do you do if your vacuum is not working correctly? Many ...
分类:
其他好文 时间:
2014-07-01 22:38:53
阅读次数:
305
IE8下测试通过,测试告诉我在火狐浏览器中出现问题,打断点发现问题1、不进入springmvc解决办法是:;jsessionid= //上传处理程序url 'uploader' : '${path}/bpmAttachController/fileUpload.do;jsessionid=2、进入s...
分类:
编程语言 时间:
2014-07-01 20:53:42
阅读次数:
1529
虽然是做web开发,但是web中的很多配置有的时候却不是很清楚,只是知道怎么配置,于是就把在网上看到各种关于web.xml的东西整理一下:web.xml中url-pattern的3种写法1完全匹配/test/list.do2 路径匹配/* 3扩展名匹配 *.do *.html * Filte...
分类:
Web程序 时间:
2014-07-01 17:42:39
阅读次数:
222
1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 // Do any additional setup after loading the view. 5 6 //1:使用第三方库 7 NSData *d...
分类:
移动开发 时间:
2014-07-01 16:40:39
阅读次数:
297
一:编写目的本文档的编写旨在探寻规范的软件开发流程、加快软件开发速度、提高软件开发质量、降低项目综合成本。IT界有一句格言:"You can do it right; you can do it fast; you can do it cheap. Pick two." 而我们要做的就是:提供优质服...
分类:
其他好文 时间:
2014-07-01 16:36:01
阅读次数:
193
早上很意外地收到一个留言, 说是需要LAC (LingosHook Android Client)和数据文件. 不知大家是否还记得这个? LAC敲完发布都已经过去两年了, 怎么使用看这里, 需要的话, 这里就下载. c46.db3 - http://1drv.ms/1r436SD LAC.apk -...
分类:
其他好文 时间:
2014-07-01 12:03:12
阅读次数:
171
题目
Given a singly linked list L: L0→L1→…→Ln-1→Ln,
reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…
You must do this in-place without altering the nodes' values.
For example,
Given {1,2,3,4}, re...
分类:
其他好文 时间:
2014-07-01 08:39:24
阅读次数:
181
Ø 读取文件的时间
#!/bin/bash
for file in `ls /root`
do
stat $file>1.txt
sed -n "7p" 1.txt>2.txt
usetime= awk -F ":" '{print $2}' 2.txt
echo "time="$file $usetime
done
Ø 读取文件的每行while...
分类:
其他好文 时间:
2014-07-01 06:49:51
阅读次数:
204
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
self.mapView = [[MKMapView alloc] initWithFrame:self.view.bounds];
self.mapView.mapType =...
分类:
其他好文 时间:
2014-07-01 06:17:34
阅读次数:
758