开心

上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; string phone = context.Request.QueryString["phone"]; s 阅读全文
posted @ 2016-03-18 14:47 大喜 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 首先新建 ApiController类 和一个Entity Framework数据实体 访问API的方式为:localhost/api/customers,在实际中将要根据情况替换合适的端口,默认所有的WEB API都是通过/api根目录的方式访问的,该路由是在Global.asax下进行定义,如下 阅读全文
posted @ 2016-03-16 16:44 大喜 阅读(448) 评论(0) 推荐(0) 编辑
摘要: string [] cities={"London","Amsterdam","San Fran","a"}; GridView1.DataSource=from city in cites where city.length>4 orderby city select city.ToUpper() 阅读全文
posted @ 2016-03-14 23:17 大喜 阅读(272) 评论(0) 推荐(0) 编辑
摘要:       阅读全文
posted @ 2016-03-12 23:03 大喜 阅读(173) 评论(0) 推荐(0) 编辑
摘要: class person {  Strig name;  void introdece(){ System.out.println("name="+name); } } class Student extends person{ String address; //复写 void introdece 阅读全文
posted @ 2016-03-12 21:51 大喜 阅读(386) 评论(0) 推荐(0) 编辑
摘要: Java: JDK:www.sun.com or www.mars-droid.com 配置环境变量:修改path ,新建classpath 值为. 测试:java -varsion path:外部目录搜索命令:如:ipconfig ,java,它们会到path 中配置的环境变量中一个个的搜索出ip 阅读全文
posted @ 2016-03-12 21:49 大喜 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 前台: <asp:DropDownList ID="Manager" AutoPostBack="true" runat="server" OnSelectedIndexChanged="DropDownList4_SelectedIndexChanged1"></asp:DropDownList> 阅读全文
posted @ 2016-03-09 15:28 大喜 阅读(4103) 评论(0) 推荐(0) 编辑
摘要: Mandelbrot checked short a=281; byte b; b = checked((byte )a); enum测试: static void Main(string[] args) { byte directionByte; string directionString; o 阅读全文
posted @ 2016-03-08 08:57 大喜 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 指针: 返回值为指针的函数, 类型名 * 函数名(参数表) 表示函数的返回值是指向int型数据的指针. int *func (int x,int y) 函数名前的*只表示范围值为指针数据. *func 两侧没有括号。 阅读全文
posted @ 2016-03-07 23:54 大喜 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 人像后期处理: 主要用3个工具: 新建图层修复色斑,痘痘,发丝, 1.仿制图章工具(快捷键:S),Alt取样修复 2.污点修复画笔工具(J),在而要修改的地方涂抹,应用所有图 层. 3.修复画笔工具(J)Alt取样修复. 阅读全文
posted @ 2016-03-07 23:53 大喜 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
坦然 会增进信任 - 信任 感情才会升华