dr_twilight

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年8月30日

摘要: 1.Linux下安装jdk8的方法 ,只需要一条命令就可以安装jdk: yum install java-1.8.0-openjdk* -y 执行过这条命令无需配置,直接可以使用。 2.JDK12版本不支持Jenkins 阅读全文
posted @ 2019-08-30 11:05 dr_twilight 阅读(55) 评论(0) 推荐(0) 编辑

2017年7月5日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace MvcApp.Controllers{ using MvcApp.Mode 阅读全文
posted @ 2017-07-05 16:10 dr_twilight 阅读(137) 评论(0) 推荐(0) 编辑

2015年8月24日

摘要: System.Drawing.Image _CodeImage = _Code39.GetCodeImage(OrderNo, Code39.Code39Model.Code39Normal, true); System.IO.MemoryStream _Stream = n... 阅读全文
posted @ 2015-08-24 17:49 dr_twilight 阅读(464) 评论(0) 推荐(0) 编辑

2015年8月20日

摘要: public class BarCode { public class Code128 { private DataTable m_Code128 = new DataTable(); private uint m_He... 阅读全文
posted @ 2015-08-20 16:58 dr_twilight 阅读(731) 评论(0) 推荐(0) 编辑

2015年8月13日

摘要: @{ Layout = null;} Index 打印 using MvcApplication2.Models;using System;using System.Collections.Generic;using System.IO;using System.Linq;using S... 阅读全文
posted @ 2015-08-13 15:39 dr_twilight 阅读(144) 评论(0) 推荐(0) 编辑

2015年7月30日

摘要: public ActionResult Index() { IList regList = new List() { new RegisterModel{ UserName ="zhangsan", Password="12... 阅读全文
posted @ 2015-07-30 10:52 dr_twilight 阅读(658) 评论(0) 推荐(0) 编辑

2015年7月22日

摘要: @{ Layout = null;} @**@ 阅读全文
posted @ 2015-07-22 22:43 dr_twilight 阅读(207) 评论(0) 推荐(0) 编辑

2015年7月16日

摘要: public ActionResult Index() { List dataList = new List { new RandomData {Id = 1, UserId = 1,RandomDatas = ... 阅读全文
posted @ 2015-07-16 17:46 dr_twilight 阅读(156) 评论(0) 推荐(0) 编辑

2015年7月15日

摘要: 阅读全文
posted @ 2015-07-15 11:19 dr_twilight 阅读(109) 评论(0) 推荐(0) 编辑

2015年7月2日

摘要: public JsonResult HttpPost(string name, int geotype, int is_published, string ak) { string url = "http://api.map.baidu.com/geodata... 阅读全文
posted @ 2015-07-02 16:21 dr_twilight 阅读(100) 评论(0) 推荐(0) 编辑