码迷,mamicode.com
首页 > 2015年01月27日 > 全部分享
GETorPOST方式保存和获取图片信息
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using ServiceStack.Text;namespace W...
分类:其他好文   时间:2015-01-27 14:53:39    阅读次数:184
三个spring配置文件(包括了常用的写法)
1 INSERT INTO WX_MONITOR_CONTACT (ID,CENTER_NAME,USERNAME,PHONE_NUMBER,ADDRESS) VALU...
分类:编程语言   时间:2015-01-27 14:54:18    阅读次数:231
C#中【正则表达式regular expression】相关的知识
RegexSystem.Text.RegularExpressions.Regex regex应该是regular expression的缩写https://msdn.microsoft.com/zh-cn/library/system.text.regularexpressions.regex.....
分类:Windows程序   时间:2015-01-27 14:54:29    阅读次数:197
深度复制
public static T Clone(T RealObject) { using (Stream stream = new MemoryStream()) { XmlSerializer seria...
分类:其他好文   时间:2015-01-27 14:53:46    阅读次数:163
PowerDesigner如何将Code转化成NAME
Option Explicit ValidationMode = True InteractiveMode = im_BatchDim mdl ' the current model' get the current active mode...
分类:其他好文   时间:2015-01-27 14:53:57    阅读次数:130
cidaemon.exe进程cpu占用率高及关闭cidaemon.exe进程方法
问题描写叙述: 这段时间机器总是出现一个奇怪的问题:cidaemon.exe进程占用CUP率98%以上,大大影响了电脑的正常使用.资源管理器中出现多个cidaemon.exe进程,强制结束占用cpu率最高的一个,两分钟左右后,相同的问题还是出现了。 问题关联: cidaemon.exe相关知识:ci...
分类:系统相关   时间:2015-01-27 14:55:04    阅读次数:177
rand & random & arc4random
rand(3) / random(3) / arc4random(3) / et al.Written byMattt ThompsononAugust 12th, 2013What passes for randomness is merely a hidden chain of causalit...
分类:其他好文   时间:2015-01-27 14:54:43    阅读次数:235
关于大型网站技术演进的思考(三)--存储的瓶颈(3)
原文连接:http://www.codeceo.com/article/web-artch-storage-3.html 存储的瓶颈写到现在就要进入到深水区了,如果我们所做的网站已经到了做数据库垂直拆分和水平拆分的阶段,那么此时我们所面临的技术难度的挑战也会大大增强。 这里我们先回顾下数据库的...
分类:Web程序   时间:2015-01-27 14:54:15    阅读次数:203
USING REFLECTION
C#反射介绍,性能考虑
分类:其他好文   时间:2015-01-27 14:53:04    阅读次数:249
add-apt-repository ppa:<ppa_name>
add-apt-repository: add-apt-repository 是由 python-software-properties 这个工具包提供的所以要先安装python-software-properties 才能使用 add-apt-repository否则会显示“command no....
分类:其他好文   时间:2015-01-27 14:51:42    阅读次数:259
在Yii框架中使用PHPExcel
PHPExcel是一个比较好用的php读取excel文件的类库,今天遇到了在yii中如何加载PHPExcel类文件的问题,因为Yii的autoload机制是安装类名去找文件,即文件名就是相应的类名,而PHPExcel的类文件命名方式则是:dir_dir_classname.php,即文件名把文件的目...
分类:Web程序   时间:2015-01-27 14:54:33    阅读次数:157
高版本的xcode使用低版本的Simulator
1.打开xcode5.0的目录:Finder中点击“应用程序”,找到xcode,右击选择“显示包内容”,进入“Contents—Developer—Platforms—iPhoneOS.platform—Developer—SDKs”2.加载xcode4.6的安装包,同样“显示包内容”,定位到与上方...
分类:其他好文   时间:2015-01-27 14:53:00    阅读次数:205
jquery.uploadify上传文件配置详解(asp.net mvc)
jquery upload上传文件(asp.net mvc)配置 后台程序与webconfig配置: public class HomeController : Controller{ [HttpPost] public Acti...
分类:Web程序   时间:2015-01-27 14:53:15    阅读次数:194
JS中的this都有什么作用?
1、全局代码中的this 是指向全局对象,在浏览器中是windowalert(this) //window2、作为单纯的函数调用: function fooCoder(x) { this.x = x; } fooCoder(2); alert(x);// 全局变量x...
分类:Web程序   时间:2015-01-27 14:51:46    阅读次数:202
动画原理——像素控制
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation1.获取像素数据,改变数据颜色获取像素是getImageData(startX,startY,endX,endY),将转换的像素数据...
分类:其他好文   时间:2015-01-27 14:51:49    阅读次数:215
eclipse最有用快捷键整理
在网上搜eclipse快捷键,可以搜出一大堆,大多罗列了n多的快捷键,估计大部分人看了以后都会头大的,我也头大,不过我一一尝试了一遍,整理出了eclipse最常用最有用,写代码必须用到的一些快捷键,大约只有网上快捷键大全的一半,减少大家的记忆量。如果大家把这些快捷键都很好的运用,写代码的效率一定会有...
分类:系统相关   时间:2015-01-27 14:53:29    阅读次数:195
对文件的读写操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WeiXin.Core{ public class FileToData ...
分类:其他好文   时间:2015-01-27 14:50:39    阅读次数:155
2179条   上一页 1 ... 63 64 65 66 67 68 69 ... 129 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!