码迷,mamicode.com
首页 > 全部
基于色彩调和的专题图自动生成系统
分类:其他好文   时间:2014-05-22 15:52:18    阅读次数:278
哈哈哈哈今天晚上我试着开始写了一下手电筒应用
然后就写完了哈哈哈哈哈哈哈哈哈哈哈怎么会这么简单的哈哈哈哈哈哈不行了……首先,申请权限: 然后,打开相机:Camera camera = Camera.open();之后,准备好照相机:camera.startPreview();下一步,获取参数对象:Parameter...
分类:其他好文   时间:2014-05-22 15:51:40    阅读次数:255
Add a system call on Ubuntu 13.04(x64) with x86_64
We added a system call to modify idt table, then programed it inmodify_idt.c1. Put our modify_idt.c file in/usr/src/linux-3.10.15/arch/x86/kernel2./us...
分类:其他好文   时间:2014-05-22 15:51:03    阅读次数:269
序列化反序列化
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 序列化反序列化{ c...
分类:其他好文   时间:2014-05-22 15:52:52    阅读次数:264
JQ 动态添加节点
sdfsdfsdf sdfsdfsdf sdfsdfsdf sdfsdfsdf sdfsdfsdf sdfsdfsdf ...
分类:其他好文   时间:2014-05-22 15:53:33    阅读次数:193
二维数组
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 二维数组{ class Program { ...
分类:其他好文   时间:2014-05-22 15:54:53    阅读次数:227
MVC 过滤器 ActionFilterAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using 过滤器.Controllers;namespace 过滤器.Filtes{ p...
分类:Web程序   时间:2014-05-22 15:54:09    阅读次数:308
Objective C Foundation基础框架[转]
iOS Foundation基础框架就是以Foundation.h头文件的库 #import Mac OS X和iOS都使用了Foundation基础框架。该框架中有很多日后开发常用的API,非常基础重要。以下就常用的类和结构做个介绍。 NSObjct NSObject类,是ObjC类族...
分类:其他好文   时间:2014-05-22 15:56:09    阅读次数:335
C#生成高清缩略图 (装在自OPEN经验库)
C# 图片 高清缩略图
分类:其他好文   时间:2014-05-22 15:55:33    阅读次数:216
Qt写入txt文件方法
void MainWindow::on_saveBtn_clicked(){ //本函数只是单独测试Qt保持为txt文本功能,与本串口程序无任何关系 QDateTime da_time; QString time_str = da_time.currentDateTime().toString("y...
分类:其他好文   时间:2014-05-22 15:56:48    阅读次数:333
C#常用的内置委托
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 内置委托{ static class Program .....
分类:其他好文   时间:2014-05-22 15:58:08    阅读次数:159
谈写代码的原则:性能高效 方法简洁 思路清晰 整体美观
我们的程序课只关心能不能把一个功能实现。不会关注怎么实现以及背后的我坚信性能非常重要,给客户做项目,三天两头出问题,动不动系统写出来的网站访问量一大就报503.经常遭到黑客攻击,资料被改得后果很严重.举几个个课堂例子说明此原则://字符串拼接下面是课堂上的代码string sqlstr="ins.....
分类:其他好文   时间:2014-05-22 15:57:25    阅读次数:393
JQ 更改li 颜色
国足朝鲜队美国队韩国队巴西队越南队伊拉克队
分类:其他好文   时间:2014-05-22 15:58:46    阅读次数:217
JQ 模仿注册时等待的时间
sdfsdfsdfihoserfidfvg
分类:其他好文   时间:2014-05-22 16:00:02    阅读次数:209
Parallel for loops in .NET C# z
The start index: this is inclusive, i.e. this will be the first index value in the loopThe end index: this is exclusive, so it won’t be processed in t...
分类:Web程序   时间:2014-05-22 15:59:26    阅读次数:264
文件流(二)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-22 16:00:38    阅读次数:196
Parallel for-each loops in .NET C# z
An IEnumerable objectAn Action of T which is used to process each item in the listList dataList = new List { "this", "is", "random", "sentence...
分类:Web程序   时间:2014-05-22 16:01:17    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!