public void CreateChart(Grid oGrid,
ObservableCollection lBaseOilBar) { foreach (ListItem li in lBaseOilBar) {
//图表大小,框线 Chart chart = new MyCharts()....
分类:
Web程序 时间:
2014-04-30 04:31:52
阅读次数:
1251
public partial class json序列化 : System.Web.UI.Page {
protected void Page_Load(object sender, EventArgs e) { StringBuilder builder =
new StringBuilder(....
分类:
数据库 时间:
2014-04-30 03:27:17
阅读次数:
585
Js获取当前日期时间及其它操作var myDate = new
Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear();
//获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0代表...
分类:
Web程序 时间:
2014-04-30 03:08:42
阅读次数:
550
最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 FtpWebRequest
reqFtp;WebResponse response = null;//获取文件夹信息reqFtp =
(FtpWebRequest)WebRequest.Cr...
分类:
其他好文 时间:
2014-04-30 02:52:23
阅读次数:
519
public void sendPlayStateBrocast() {if (mContext !=
null){Intent intent = new
Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:
其他好文 时间:
2014-04-30 02:49:15
阅读次数:
414
菜单"File" - "Reverse Engineer" - "DataBase"弹出来
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:
数据库 时间:
2014-04-30 02:46:10
阅读次数:
585
mSDStateBrocast = new SDStateBrocast();
IntentFilter intentFilter2 = new IntentFilter();
intentFilter2.addAction(Intent.ACTION_MEDIA_MOU...
分类:
其他好文 时间:
2014-04-30 02:29:49
阅读次数:
514
bug描述: IOS设备上,当使用WWW www =
WWW.LoadFromCacheOrDownload(url, verNum);
下载资源时,第一次下载某个资源,www.assetBundle必定为空。解决办法: 引擎版本降到4.3.2或者升到4.3.4或更高。 这个bug绝对是神...
分类:
其他好文 时间:
2014-04-30 02:23:39
阅读次数:
442
function test(){ var myEntity=new Object();
myEntity.pro1="xxx"; myEntity.pro2=10; $.ajax({ type:
"post",//提交方式,post,get,put,delete 等 ...
分类:
Web程序 时间:
2014-04-30 02:17:27
阅读次数:
484
泛型:一直对这个概念都觉着迷糊,经过最近的阅读,自己有了一定的理解,现分享给大家。从字面的意思理解来看,泛型,泛就是模糊、暂不确定暂定的意思。本人这样理解为,使用泛型就是,定义的一个类型,类型暂不确定,给使用给一个占位符给代替,在使用的时候可以给确定其定义的类型。下面附上eg:
public sta...
分类:
其他好文 时间:
2014-04-28 10:46:48
阅读次数:
861