首页 > 2014年01月24日 > 全部分享
获取当前时间的字符串
private static SimpleDateFormat sdf = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss.SSS");webBrowserURL.setCreatedate(sdf.format(new Date()));import java...
分类:其他   时间:2014-01-24 08:47:42    收藏:0  评论:0  赞:0  阅读:348
小米2/2S 手机由 Smartisan OS ROM 刷回 MIUI 教程
刷机所需文件1、请前往 MIUI 官网下载小米 2/2S 标准版 MIUI ROM 包。下载地址:http://www.miui.com/getrom.php?r=2;下载后请将原文件名修改为“update.zip”;2、刷机工具包(MD5:32位:81e3f4df43e97b7e00800dc83...
分类:移动平台   时间:2014-01-24 08:45:42    收藏:0  评论:0  赞:0  阅读:544
.NET 常用加密、解密& 数字签名算法
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Runtime.Serialization.Formatters.Binary;using System.Secu...
分类:Web开发   时间:2014-01-24 08:44:42    收藏:0  评论:0  赞:0  阅读:443
2014年1月10~11日,杨学明老师《软件测试管理》公开课在上海成功举办!
2014年1月10~11日,《在软件开发流程中构筑软件质量—软件测试管理》公开课在上海长航宾馆准时开课,来自机电、汽车电子、机电、电力、机械、软件等企业的研发负责人和测试部门经理等参加了此次培训,此次培训由研发资深讲师杨学明主讲,本次课程采用全程案例分析讲解,让学员从一开始就融入到软件测试的场景中去...
分类:其他   时间:2014-01-24 08:40:42    收藏:0  评论:0  赞:0  阅读:334
二叉树的实现与一些基本操作(C++环境)
#include#include#include#includeusing namespace std;//头文件#define VALUE int//定义数据类型//-----------------------------------------------typedef struct BITR...
分类:编程语言   时间:2014-01-24 08:38:42    收藏:0  评论:0  赞:0  阅读:463
StackPanel
StackPanel 的 HorizontalAlignment 属性和 VerticalAlignment 属性 默认情况下,这两个属性都被设置为 Stretch.
分类:其他   时间:2014-01-24 08:37:42    收藏:0  评论:0  赞:0  阅读:315
字符串转换为数值类型
bool Double.TryParse(string, out double)Int32.TryParse string strInt="37"; int iOut; if (Int32.TryParse(strInt, out iOut)) { int iRet = iOut; }double....
分类:其他   时间:2014-01-24 08:36:42    收藏:0  评论:0  赞:0  阅读:369
黄聪:360浏览器、chrome开发扩展插件教程(1)开发Chrome Extenstion其实很简单
转载:http://www.cnblogs.com/walkingp/archive/2011/03/31/2001628.htmlChrome的更新速度可以说前无古人,现在我每天开机的第一件事就是打开Chrome检查是不是有了新版本。界面清爽、操作人性化、网络备份资料 和快速的启动速度令我爱不释手...
分类:其他   时间:2014-01-24 08:34:42    收藏:0  评论:0  赞:0  阅读:387
jsp中表格,表格中的文字根据表格的大小自动换行
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word"语法: word-break : normal | break-all | keep-all 参数: normal : 依照亚洲语言和非亚洲语言的文本规则,...
分类:Web开发   时间:2014-01-24 08:33:42    收藏:0  评论:0  赞:0  阅读:577
List 转 ObservableCollection
ObservableCollection oc = new ObservableCollection();ls.ForEach(x => oc.Add(x));
分类:其他   时间:2014-01-24 08:31:42    收藏:0  评论:0  赞:0  阅读:402
两个控件这间的数据绑定
分类:其他   时间:2014-01-24 08:30:42    收藏:0  评论:0  赞:0  阅读:334
String 转化Calendar
SimpleDateFormat sdf = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss" );Date dateExecute = sdf.parse(executeDate );Calendar calendar = Calendar.getInstan...
分类:其他   时间:2014-01-24 08:29:42    收藏:0  评论:0  赞:0  阅读:360
[开发笔记]-C#判断文件类型
判断文件真实的类型,不是通过扩展名来判断: /// /// 判断文件格式 /// http://www.cnblogs.com/babycool /// /// /// public static bool IsAllowedExtension(string filePath) { FileStre...
分类:其他   时间:2014-01-24 08:28:42    收藏:0  评论:0  赞:0  阅读:367
C#获取程序启动目录
//WCF service: string servicePath = System.Web.Hosting.HostingEnvironment.MapPath("~"); //F:\WorkSpace\EHR\src\vs2010\EHR\EHR\bin\Debug\ string strBas...
分类:其他   时间:2014-01-24 08:27:42    收藏:0  评论:0  赞:0  阅读:368
WPF 动态改变窗口大小
1.删除 Width 和 Height 属性;2.将 Windows.SizeToContent 属性设置为 WidthAndHeight这时窗口就能自动调整自身大小,从而容纳所包含的内容。通过将 Windows.SizeToContent 属性设置为 Width 或 Hight ,可以使窗口只能在...
分类:其他   时间:2014-01-24 08:25:42    收藏:0  评论:0  赞:0  阅读:410
SearchBySql
Java: public List searchAccountingdisclosuresBySql(String sqlStr)throws Exception { DBOperator dbo = getDBOperator(); try { AccountingdisclosureTableA...
分类:数据库技术   时间:2014-01-24 08:24:42    收藏:0  评论:0  赞:0  阅读:440
UVa 575 Skew Binary
Skew BinaryWhen a number is expressed in decimal, thek-th digit represents a multiple of 10k. (Digits are numbered from right to left, where the least...
分类:其他   时间:2014-01-24 08:23:42    收藏:0  评论:0  赞:0  阅读:355
黄聪:360浏览器、chrome开发扩展插件教程(3)关于本地存储数据
转载:http://www.cnblogs.com/walkingp/archive/2011/04/04/2003875.htmlHTML5中的localStoragelocalStorage与cookie类似,它是存储在客户端浏览器中的数据,它与cookie不同的一点是它没有时间限制。local...
分类:其他   时间:2014-01-24 08:22:42    收藏:0  评论:0  赞:0  阅读:338
Naked Search in service
public List searchTplReleaseById(TplRelease tr)throws Exception{ DBOperator dbo = getDBOperator(); try{ List tplReleaseList = new ArrayList(); String ...
分类:其他   时间:2014-01-24 08:21:42    收藏:0  评论:0  赞:0  阅读:409
Dictionary 的几种遍历方法
Dictionary 的几种遍历方法Dictionarydic = newDictionary();方法1foreach (var item in dic){Console.WriteLine(dic.Key + dic.Value);}方法2//KeyValuePairforeach (KeyVa...
分类:其他   时间:2014-01-24 08:20:42    收藏:0  评论:0  赞:0  阅读:355
1047条   上一页 1 ... 28 29 30 31 32 ... 53 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!