还没时间看,exists用的少==》当你只需要判断后面的查询结果是否存
在时使用exists()http://edu.codepub.com/2011/0208/29218.php今天正好做一个查询,两个表中过滤数据,当T1中字段F1在T2表的F2中存在时,返回这条件数据。刚刚开始觉得简单,就想到子...
分类:
数据库 时间:
2014-05-09 12:26:24
阅读次数:
341
Asp.Net
MVC官网网发布的pluralsight视频教学:http://pluralsight.com/training/Player?author=scott-allen&name=mvc4-building-m1-intro&mode=live&clip=0&course=mvc4-bu...
分类:
Web程序 时间:
2014-05-09 12:17:42
阅读次数:
355
php ZIP压缩类实例分享Zip($zipfiles, $zipfile); //添加文件列表
PHP的ZIP压缩类: GetFileList($dir);} if
((!empty($dir))&&(!is_array($dir))&&(file_exists($dir)))
chdir($d....
分类:
Web程序 时间:
2014-05-07 18:43:40
阅读次数:
556
一般的书或者教程上的安装步骤是:(需要是-g,即全局安装)npm install -g
express
//全局安装而我们应该多多关注下express的文档,github地址:https://github.com/visionmedia/express#quick-start提示express的安....
分类:
Web程序 时间:
2014-05-05 22:33:19
阅读次数:
422
这篇对应的是习题16,读写文件
# -*- coding: utf-8 -*-
#对文件更多操作复制A文件的内容到B文件
#from sys import argv
from os.path import exists
prompt = "> "
from_file = raw_input("please input the filename where you want to copy...
分类:
编程语言 时间:
2014-05-05 12:54:02
阅读次数:
402
voidinitDir(){QStringuserFilePath=QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)+"/Mysoft";QDir*doc=newQDir;if(!doc->exists(userF...
分类:
其他好文 时间:
2014-05-05 11:35:40
阅读次数:
270
更新步骤,网上有说,官网上也有,这里给出官网的,https://support.mozilla.org/zh-CN/kb/Flash%E6%8F%92%E4%BB%B6#w_uiiu-flash但按官网说的和其他博客说的,ff并不能正常播放视频,主要原因自己推测是没把libflashplayer.so放对位置。根据官网上的更新步骤更新后,我是更新6..
分类:
系统相关 时间:
2014-05-04 17:19:19
阅读次数:
405
播放器:MX
Player词典:Merriam-Webster(m-w.com):相对来说安卓上最好的免费的英英词典,界面友好,不过有点广告且解释不好懂。
海词:无广告,有丰富的离线库,在考研版有“词汇速记”,词根拆分的挺准。文件管理:Totalcmd(够简单,但也可很复杂)阅读器:静读天下PR.....
分类:
移动开发 时间:
2014-05-04 12:38:20
阅读次数:
632
there be意思:表示存在或者发生。英文释义:used to show that sth
exists or happens如果现在进行时,单数时用is,复数时用are。现在我问你一个问题.How many students in the class
room?你怎么回答呢?使用there be...
分类:
其他好文 时间:
2014-05-04 12:30:46
阅读次数:
304
最近在学scala语言,scala代码如下:
import scala.collection.JavaConversions._
object Solution {
def solution(A: Array[Int]): Int = {
// write your code in Scala 2.10
// using quick sort to so...
分类:
其他好文 时间:
2014-05-04 09:22:37
阅读次数:
341