public void CreateChart(Grid oGrid,
ObservableCollection lBaseOilBar) { foreach (ListItem li in lBaseOilBar) {
//图表大小,框线 Chart chart = new MyCharts()....
分类:
Web程序 时间:
2014-04-30 04:31:52
阅读次数:
1251
先下载postgresql的python包,选择合适自己的python版本和平台32位还是64位,http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载win环境下postgresql接口,http://www.stickpeople.com/projec...
分类:
数据库 时间:
2014-04-30 04:29:48
阅读次数:
482
1 /*2 Animal.java3 */4 package animal;5 6 public
abstract class Animal {7 public abstract void cry();8 public abstract String
getanimalName(...
分类:
编程语言 时间:
2014-04-30 04:27:50
阅读次数:
403
兄弟郊游问题时间限制:3000 ms | 内存限制:65535
KB难度:2描述兄弟俩骑车郊游,弟弟先出发,每分钟X米,M分钟后,哥哥带一条狗出发。以每分钟Y米的速度去追弟弟,而狗则以每分钟Z米的速度向弟弟跑去,追上弟弟后又立即返回,直到哥哥追上弟弟时,狗跑了多少米?输入第一行输入一个整数N,表示测...
分类:
其他好文 时间:
2014-04-30 04:14:29
阅读次数:
422
Given a digit string, return all possible
letter combinations that the number could represent.A mapping of digit to
letters (just like on the telephon...
分类:
其他好文 时间:
2014-04-30 03:52:56
阅读次数:
411
在C#中调用别人的DLL的时候有时候出现尝试读取或写入受保护的内存。这通常指示其他内存已损坏。在传值的时候还是用指针,再在C#中做转换就好了。解决办法:[DllImport("APPLISTCC.dll")]publicstaticexternstringTestFunc1(stringparam1...
分类:
其他好文 时间:
2014-04-30 03:44:41
阅读次数:
540
第四章java语法类1.类的构造函数2.同名的方法3.this4.类的继承(extends)(super的用法)5抽象类4.2.6
String类1.构造函数2.求字符串长度(length())3.字符串转换(tostring())4.字符截取(charAt();getChar();getByte(...
分类:
编程语言 时间:
2014-04-30 03:32:26
阅读次数:
689
def highlight_element(self, locator):
"""docstring for highlight_element""" self._info("start") element =
self._element_find(...
分类:
Web程序 时间:
2014-04-30 03:28:21
阅读次数:
610
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