随笔 - 93  文章 - 0 评论 - 0 阅读 - 48787
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

10 2018 档案
python django day 2
摘要:django-admin.py startproject zqxt_viewscd zqxt_viewspython manage.py startapp calczqxt_views/urls.py from calc import views as calc_views urlpatterns 阅读全文
posted @ 2018-10-31 17:54 Aaron_Net 阅读(123) 评论(0) 推荐(0) 编辑
python django day 1
摘要:cmd d:\python\python.exe pip install --upgrade pip d:\python\python.exe pip install Django 123.py import django print(django.VERSION) print(django.get 阅读全文
posted @ 2018-10-30 17:23 Aaron_Net 阅读(112) 评论(0) 推荐(0) 编辑
C# 日常
摘要:var lines = JsonConvert.DeserializeObject<List<qqq>>(dataSource); 类参数 publist string dd(List<qqq> lines) 自动反序列化 Math.Round(0.333333,2);//按照四舍五入的国际标准 p 阅读全文
posted @ 2018-10-30 14:51 Aaron_Net 阅读(160) 评论(0) 推荐(0) 编辑
C# NPOI使用
摘要:HSSFWorkbook workbook = new HSSFWorkbook(); HSSFSheet sheet = workbook.CreateSheet( "Sheet1") as HSSFSheet; IRow row = sheet.CreateRow(0); row.Height 阅读全文
posted @ 2018-10-30 12:00 Aaron_Net 阅读(6940) 评论(0) 推荐(0) 编辑
SharpZipLib 压缩ZIP导出
摘要:1 var uploadSectionDir = Path.Combine("Upload", "QQ", DateTime.Now.ToString("yyyyMMdd")); 2 string uploadDir = Path.Combine(HttpRuntime.AppDomainAppPath, uploadSectionDir); 3 ... 阅读全文
posted @ 2018-10-27 17:02 Aaron_Net 阅读(200) 评论(0) 推荐(0) 编辑
EasyUI datagrid 选择单元格 出现文本框 修改 四
摘要:@disabled = "disabled", 只读属性 数据初始化 阅读全文
posted @ 2018-10-18 09:09 Aaron_Net 阅读(1156) 评论(0) 推荐(0) 编辑
EasyUI datagrid 查询、设置、提交 三
摘要:查询 $(“#grid”).datagrid(“load”,{ a: $('#id').val(),b :$('#text').val() }); {} 里面可以 是序列化参数 $(“#grid”).datagrid(“reload”,{ }); $(“#grid”).datagrid(“loadD 阅读全文
posted @ 2018-10-13 15:49 Aaron_Net 阅读(822) 评论(0) 推荐(0) 编辑
oracle 日常
摘要:oracle sql server select 1 from dual 和 select 1 nvl(null,0) 为空显示 0 greatest (1, 3, 2 ) 比较显示最大的 round(1.234,2) 保留两位四舍五入 row_number() over (order by id) 阅读全文
posted @ 2018-10-13 09:54 Aaron_Net 阅读(117) 评论(0) 推荐(0) 编辑
javascript 日常
摘要:$('#code').bind('keypress', function (e) { //绑定回车处理 if (e.keyCode == 13) { console.log($("#code")); } }); $.ajax({ url: "@Url.Action("Data")", type: " 阅读全文
posted @ 2018-10-10 09:22 Aaron_Net 阅读(174) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示