2022年4月26日

scipy的离线安装

摘要: 1.下载 https://download.lfd.uci.edu/pythonlibs/a4hvik9m/SciPy-1.8.1-cp38-cp38-win_amd64.whl https://pypi.org/project/pip/#downloads 2. cd scripts --pip在 阅读全文

posted @ 2022-04-26 16:11 ugvanxk 阅读(1047) 评论(0) 推荐(0) 编辑

2021年4月9日

python学习之路

摘要: # print("hello world") # a=1 # # print(id(a)) # a=3 # print(id(a)) # # # 十进制21转化为二进制 # # 21/2=10........1 # # 10/2=5........0 # # 5/2=2.........1 # # 阅读全文

posted @ 2021-04-09 23:11 ugvanxk 阅读(52) 评论(0) 推荐(0) 编辑

2017年10月27日

miniui的联动列表

摘要: function OnCellBeginEdit(e) { var grid = e.sender; var column = e.column; if (!column.parentfield) { return; } var record = e.record; if (!record) { r 阅读全文

posted @ 2017-10-27 08:21 ugvanxk 阅读(506) 评论(0) 推荐(0) 编辑

2017年8月22日

mini-treeselect的动态赋值

摘要: <div id="faultTree" allowdrag="false" allowdrop="true" class="mini-treegrid" expandonload="false" idfield="Id" parentfield="ParentId" resultastree="fa 阅读全文

posted @ 2017-08-22 13:07 ugvanxk 阅读(1348) 评论(0) 推荐(0) 编辑

2009年5月11日

2009/05/08 ActiveRecord Alpha Release

摘要: 2.0 Alpha1===- Updated NHibernate to 2.1 Alpha. Please specify the byte code provider in your config files.- Restored AutoFlush behaviour under NHibernate 2.0.- Added code that can guess an collection... 阅读全文

posted @ 2009-05-11 16:16 ugvanxk 阅读(272) 评论(0) 推荐(0) 编辑

2009年4月14日

xsd验证允许空值

摘要: /////xsd 文档 ////xml文件 bb cc 2001-01-01 //////////1.如果没有 xsi:nil="true",空值验证通不过2.如果没有 xmlns:xsi="http://www.w3.or... 阅读全文

posted @ 2009-04-14 16:56 ugvanxk 阅读(815) 评论(0) 推荐(0) 编辑

xsd的unique验证

摘要: 由于 xpath 1.0 中没有默认空间的概念,没有前缀的元素都将被视为无名称空间中的元素。所以无法进行唯一性约束。xsd 文档 user.xsd: xml文件 user.xml: aa bb aa 本来xml文件应该:aa bb... 阅读全文

posted @ 2009-04-14 16:41 ugvanxk 阅读(1107) 评论(0) 推荐(0) 编辑

2009年3月14日

扩展方法

摘要: public static class ExtendMethod { public static int ToInt32Ext(this string s) { return Int32.Parse(s); } /// /// 实现自己的Foreach扩展方法 ... 阅读全文

posted @ 2009-03-14 10:23 ugvanxk 阅读(221) 评论(0) 推荐(0) 编辑

2009年2月19日

请大家帮个忙,用java或c++实现

摘要: +++++++++ +++ +++++++++ +++ ++++++++ ... 阅读全文

posted @ 2009-02-19 10:48 ugvanxk 阅读(965) 评论(1) 推荐(0) 编辑

2008年12月22日

读取csproj包含的cs文件

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2008-12-22 12:27 ugvanxk 阅读(22) 评论(0) 推荐(0) 编辑

导航