码迷,mamicode.com
首页 >  
搜索关键字:new function    ( 125057个结果
visifire 图表双坐标轴 silverlight
public void CreateChart(Grid oGrid, ObservableCollection lBaseOilBar) { foreach (ListItem li in lBaseOilBar) { //图表大小,框线 Chart chart = new MyCharts()....
分类:Web程序   时间:2014-04-30 04:31:52    阅读次数:1251
可以将一些配置信息已json格式存在数据库中读取的时候序列化。
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
Jquery表单提交方式
1.使用调用submit方法function tes1(){ //执行判断 if(校验通过){ $("#formId").submit(); }else{ return; } }2.使用ajaxSubmit 方法,用到jquery.form.js $...
分类:Web程序   时间:2014-04-30 03:23:10    阅读次数:621
LeetCode1:Two Sum
题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the t...
分类:其他好文   时间:2014-04-30 03:20:07    阅读次数:502
Js获取当前日期时间及其它操作
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
C# 实现访问FTP服务器下载文件,获取文件夹信息小记
最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 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
sharepoint 弹出窗口
function openAnswerQandADialog(aUrl,aTitle) { var options = { url: aUrl, ...
分类:其他好文   时间:2014-04-30 02:47:14    阅读次数:358
PowerDesigner 15 进行 数据库反转到 数据库模型
菜单"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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!