2017年8月14日

C#操作数据库的方法

摘要: string connStr = "server=.;uid=sa;pwd=123qweASD;database=Test"; using (SqlConnection conn = new SqlConnection(connStr)) { using (SqlCommand cmd = new 阅读全文

posted @ 2017-08-14 16:39 泽泽博客 阅读(238) 评论(0) 推荐(0)

angularjs相关知识

摘要: 1、创建服务的5种方式 //创建服务(1) app.service("studentInfo",function(){ this.info = function(){ return{ UserId:"B13020505", UserName:"小芳", UserGender:"女", UserAge 阅读全文

posted @ 2017-08-14 15:23 泽泽博客 阅读(134) 评论(0) 推荐(0)

导航