摘要:
1.Linux下安装jdk8的方法 ,只需要一条命令就可以安装jdk: yum install java-1.8.0-openjdk* -y 执行过这条命令无需配置,直接可以使用。 2.JDK12版本不支持Jenkins 阅读全文
posted @ 2019-08-30 11:05
dr_twilight
阅读(59)
评论(0)
推荐(0)
摘要:
1.Linux下安装jdk8的方法 ,只需要一条命令就可以安装jdk: yum install java-1.8.0-openjdk* -y 执行过这条命令无需配置,直接可以使用。 2.JDK12版本不支持Jenkins 阅读全文
posted @ 2019-08-30 11:05
dr_twilight
阅读(59)
评论(0)
推荐(0)
摘要:
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
阅读(140)
评论(0)
推荐(0)
摘要:
System.Drawing.Image _CodeImage = _Code39.GetCodeImage(OrderNo, Code39.Code39Model.Code39Normal, true); System.IO.MemoryStream _Stream = n... 阅读全文
posted @ 2015-08-24 17:49
dr_twilight
阅读(469)
评论(0)
推荐(0)
摘要:
public class BarCode { public class Code128 { private DataTable m_Code128 = new DataTable(); private uint m_He... 阅读全文
posted @ 2015-08-20 16:58
dr_twilight
阅读(770)
评论(0)
推荐(0)
摘要:
@{ 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
阅读(148)
评论(0)
推荐(0)
摘要:
public ActionResult Index() { IList regList = new List() { new RegisterModel{ UserName ="zhangsan", Password="12... 阅读全文
posted @ 2015-07-30 10:52
dr_twilight
阅读(680)
评论(0)
推荐(0)
摘要:
@{ Layout = null;} @**@ 阅读全文
posted @ 2015-07-22 22:43
dr_twilight
阅读(216)
评论(0)
推荐(0)
摘要:
public ActionResult Index() { List dataList = new List { new RandomData {Id = 1, UserId = 1,RandomDatas = ... 阅读全文
posted @ 2015-07-16 17:46
dr_twilight
阅读(158)
评论(0)
推荐(0)
摘要:
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
阅读(103)
评论(0)
推荐(0)
|