码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
Android 图标上面添加提醒(一)使用Canvas绘制
在我们开发一些如通讯录、社交等应用或者应用添加新功能模块时,会考虑在对应的图标上加上未读信息的数量,或者是新功能提醒的图标,这样不占太大空间还能达到提示的目的. 之前在MMS分析部分,也有人问过我这种提醒的实现. 关于这种提醒的添加,我总结了下,有大概几种方法可以实现:1. 在对应的布局放置Text...
分类:移动开发   时间:2014-05-23 09:12:27    阅读次数:268
0.notepad++
本来准备 学习 Lime, Lime 是 由 go + python+界面工具 写的一个 sublime 的开源实现。但是这个配置比较复杂,所以我决定先研究一下它的兄弟产品notepad++。 notepad++的实现已经有10年了,已经是一款非常成熟的软件了。我现在 需要做的就是慢慢 把它的...
分类:其他好文   时间:2014-05-23 09:05:16    阅读次数:201
多线程+缓存计算
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
webView loadData 中文乱码问题 webView.loadDataWithBaseURL方法
webView.getSettings().setDefaultTextEncodingName("UTF-8");webView.loadData(mMerchandise.productDescription,"text/html;charset=UTF-8",null);webView.getSettings().setDefaultTextEncodingName("UTF-8");webView.loadDataWithBaseURL(Constants.WOOYOU,mMerchandise.pr..
分类:Web程序   时间:2014-05-20 22:40:11    阅读次数:422
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!