上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 484 下一页
摘要: dapper获取实体的集合/// /// 获取表tb_sys_zhuowei所有数据 /// public IEnumerable SelectAll_tb_sys_zhuowei() { using (IDbConn... 阅读全文
posted @ 2015-07-12 19:59 phlsheji 阅读(721) 评论(0) 推荐(0) 编辑
摘要: shibo-ubuntu@ubuntu:~$ sudo useradd karen[sudo] password for shibo-ubuntu:shibo-ubuntu@ubuntu:~$ sudo passwd karen输入新的 UNIX password:又一次输入新的 UNIX pass... 阅读全文
posted @ 2015-07-12 18:26 phlsheji 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 一、OC数组 OC数组是一个类,它也分不可变数组NSArray和可变数组NSMutableArray。 1➣不可变数组的创建 // 创建一个不可变数组。元素为一个OC字符串对象 @"小桥" NSArray *array1 = [NSArray arrayWithObject:@"小桥... 阅读全文
posted @ 2015-07-12 16:59 phlsheji 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 今天SSMS debug SQL当脚本,突然错误:Unable to start T-SQL Debugging. Could not attach to SQL Server process on----想想近期电脑也没什么修改。除了昨天在电脑里创建了域,后来又删除了。想想应该是哪里的账户出现故障... 阅读全文
posted @ 2015-07-12 16:01 phlsheji 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 首先,我这里使用的是 Jquery Uploadify3.2版本号 导入相关的CSS JS css/uploadify/uploadify.css"> 接下来是 上传的 JSP 页面代码 上传 ... 阅读全文
posted @ 2015-07-12 15:13 phlsheji 阅读(275) 评论(0) 推荐(0) 编辑
摘要: I'm using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks.However, I couldn... 阅读全文
posted @ 2015-07-12 13:43 phlsheji 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 背景论文 Brighthouse: AnAnalytic Data Warehouse for Ad-hoc Queries。VLDB 2008brighthouse它是一个面向列的数据仓库。在数据存储和压缩柱而言,压缩比达到10:1。其核心Knowledge Grid(知识网格)层,即一个能自己主... 阅读全文
posted @ 2015-07-12 12:39 phlsheji 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 举例说明get和post该方法的用途:一、演示样例用的GET方法:import tornado.ioloopimport tornado.webclass MainHandler(tornado.web.RequestHandler): def get(self): self.write("... 阅读全文
posted @ 2015-07-12 10:21 phlsheji 阅读(2154) 评论(0) 推荐(0) 编辑
摘要: MyEclipse该项目是按照字母顺序排列的项目名称,无法调整。例,我现在做Photo工程项目,向下位置,非常不方便:可是,它有一个将项目分组的功能“Working Sets”。变成了类似这样:选择配置Working Sets:出现例如以下对话框:能够在这里新建Working Sets并调整顺序。我... 阅读全文
posted @ 2015-07-12 09:09 phlsheji 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 1。 指定的路径 单目录data所有图片file_path = '.\data\';% 图片目录路径img_path_list = dir(strcat(file_path,'*.jpg'));%获取该目录中全部jpg格式的图像img_num = length(img_path_list);%获取... 阅读全文
posted @ 2015-07-11 20:59 phlsheji 阅读(1288) 评论(0) 推荐(0) 编辑
上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 484 下一页