缘起前几天系统刚刚还原了,重装完Sublime
Text2再安装插件的时候可能是由于公司的网络环境的问题,各种报错,将解决方法记录下来。系统环境:Win7 x64 + Sublime
Text2。Package Control方法一:在线安装,首先打开 Ctrl + ~,输入如下的代码:import...
分类:
其他好文 时间:
2014-05-22 01:02:50
阅读次数:
232
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
简易计算器 一、将NSString类型转换成NSInteger类型 [text
integerValue]; //这个NSInteger类型在32/64位系统下能够自动转换所占字节数二、定义NSInteger类型数据:NSInteger
num = [text interValue]; //不需要*...
分类:
其他好文 时间:
2014-05-21 21:05:32
阅读次数:
311
using System;using System.Collections.Generic;using
System.Linq;using System.Runtime.InteropServices;using System.Text;namespace
Common{ public cla...
分类:
数据库 时间:
2014-05-21 20:41:53
阅读次数:
333
1.加下划线textView.getPaint().setFlags(Paint.
UNDERLINE_TEXT_FLAG );
//下划线2.单独做第一步,文字会出现锯齿,要加下面抗锯齿textView.getPaint().setFlags(Paint.
UNDERLINE_TEXT_FLAG|...
分类:
其他好文 时间:
2014-05-21 18:48:37
阅读次数:
192
代理模式【PROXY PATTERN】
header("Content-type: text/html; charset=UTF-8");
/**
* 什么是代理模式呢?我很忙,忙的没空理你,那你要找我呢就先找我的代理人吧,
* 那代理人总要知道被代理人能做哪些事情不能做哪些事情吧,那就是两个人具备同一个接口,
* 代理人虽然不能干活,但是被代理的人能干活呀。
*/...
分类:
Web程序 时间:
2014-05-21 15:47:31
阅读次数:
339
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-05-21 09:36:30
阅读次数:
302
WebStorm
8 with IdeaVim
plugin
vim, sublime
sublime加上node插件。
nide
Brackets
vim
+ jshint2.vim
eclipse
Visual
Studio 2013 + NTVS(Node.js
Tools for Visual Studio)
notepad++
atom.io
No...
分类:
Web程序 时间:
2014-05-21 09:24:23
阅读次数:
333
如何往clob类型中插入一个超过10000 bytes 的字符串
You'll have to assign the value to a variable & use the variable to insert the data
DECLARE
v_long_text CLOB;
BEGIN
v_long_text := '...
分类:
其他好文 时间:
2014-05-21 09:14:36
阅读次数:
225
首先来看默认使用:(AFNetworking2.2)这时出现下列错误:这个错误是AFNetworking报出的,实际上文件已经上传成功,服务器返回了正确的响应,可用fiddler抓包查看。默认情况下AFHTTPRequestOperationManager
对返回的数据采取JSON解析,并且会先判断...
分类:
Web程序 时间:
2014-05-21 03:42:49
阅读次数:
452