码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
多线程+缓存计算
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Management;using System.Threading.Tasks;namespace TaskT...
分类:编程语言   时间:2014-05-23 08:40:04    阅读次数:413
监控concurrent 正在执行的sql
SELECT a.sid, a.serial#, b.sql_text FROM v$session a, v$sqltext bWHERE a.sql_address = b.address AND a.sid = &sidORDER BY b.piece
分类:数据库   时间:2014-05-22 05:13:59    阅读次数:314
错误日志类C#
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace WisdomCity.Enti...
分类:其他好文   时间:2014-05-22 05:08:36    阅读次数:271
sublime text 2学习(二):创建可复用的代码片段
于前端工程师来讲,写一个html页面的基本结构是体力活,每次去拷贝一个也麻烦,sublime text 2 提供了一个很好的复用代码片段。下面介绍一下创建一个html5的代码片段的过程。在菜单上点击Tools -> New Snippet,会新建一个xml文件页签: hello...
分类:其他好文   时间:2014-05-22 04:07:07    阅读次数:399
WinForm 进度条
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-05-22 02:29:34    阅读次数:504
WPF 实现QQ抖动
//wpf中实现类似于qq的抖动窗效果//前段页面 //后台using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Window...
分类:其他好文   时间:2014-05-22 02:20:32    阅读次数:212
友元函数 C++
#include#includeusing namespace std;class Text{public: Text():a(1){}private: int a; void display(){ cout<< "hello world"<<endl;} friend vo...
分类:编程语言   时间:2014-05-22 01:04:05    阅读次数:276
Sublime Text 2 安装Package Control和插件的两种方法
缘起前几天系统刚刚还原了,重装完Sublime Text2再安装插件的时候可能是由于公司的网络环境的问题,各种报错,将解决方法记录下来。系统环境:Win7 x64 + Sublime Text2。Package Control方法一:在线安装,首先打开 Ctrl + ~,输入如下的代码:import...
分类:其他好文   时间:2014-05-22 01:02:50    阅读次数:232
C++杂分析
class word{public: word(){cout#includeusing namespace std;class Text{public: static const int a = 1; ///static 数据成员独立与该类存在 ///static int b = ...
分类:编程语言   时间:2014-05-22 00:51:09    阅读次数:346
AFNetworking 显示不支持“Content-Type:text/plain”的解决方法
首先来看默认使用:(AFNetworking2.2)这时出现下列错误:这个错误是AFNetworking报出的,实际上文件已经上传成功,服务器返回了正确的响应,可用fiddler抓包查看。默认情况下AFHTTPRequestOperationManager 对返回的数据采取JSON解析,并且会先判断...
分类:Web程序   时间:2014-05-21 03:42:49    阅读次数:452
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!