摘要: 打开控制面板--管理工具--服务--webclinet,设为自动,启动。重启电脑,搞定! 阅读全文
posted @ 2018-02-27 22:07 爱踢两键 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1、Ctrl+Alt+O:清除无用的命名空间。 阅读全文
posted @ 2018-02-26 12:06 爱踢两键 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 测试环境:api.xxx.com 开发环境:dev.api.xxx.com 阅读全文
posted @ 2018-02-26 09:41 爱踢两键 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 200 – OK – 一切正常 201 – OK – 新资源已经被创建 204 – OK – 资源删除成功 304 – 没有变化,客户端可以使用缓存数据 400 – Bad Request – 调用不合法,确切的错误应该在error payload中描述,例如:“JSON 不合法 ” 401 – 未 阅读全文
posted @ 2018-02-26 09:38 爱踢两键 阅读(74) 评论(0) 推荐(0) 编辑
摘要: http://serverName/index.php/module/controller/action/[param/value] 阅读全文
posted @ 2018-02-19 23:02 爱踢两键 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1、图片轮播: swiper高宽必须设在swiper里面。swiper-item作为swiper组件的子集默认的高宽与swiper相同。(swiper-item仅可放置在<swiper/组件中,宽高自动设置为100%>) vertical="{{false}}"(纵向) indicator-dots 阅读全文
posted @ 2018-01-29 21:03 爱踢两键 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-24 13:43 爱踢两键 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1、wx.getLocation(object)接口:获取地理位置 https://www.w3cschool.cn/weixinapp/weixinapp-location.html 2、wx.request(object)接口中:发起HTTPS请求 http://www.phpos.net/xi 阅读全文
posted @ 2018-01-21 19:04 爱踢两键 阅读(203) 评论(0) 推荐(0) 编辑
摘要: LINQ 查询语句结构 from 变量 in 数据源对象 where 条件表达式 orderby 排序列 [ascending] [descending] group 变量by分组条件 into 临时标识符 select 选择列 LINQ to Objects 典型应用 LINQ to string 阅读全文
posted @ 2018-01-12 19:34 爱踢两键 阅读(115) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EFDemo { class Program { static void Main(string[] args) { //创建数据库... 阅读全文
posted @ 2018-01-12 19:02 爱踢两键 阅读(133) 评论(0) 推荐(0) 编辑