上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: 1>环境 2>设计 3>登录 4>主页面 5>主页面明细 6>详情 7>商品明细 8>购物车 9>订单页 10>个人关于 11>搜索页 阅读全文
posted @ 2018-10-07 17:37 forhells 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1>使用core来构建一个简单的web系统. 2>加入了Microsoft.AspNetCore.Rewrite,来对url进行重写。 3>第一次使用ViewComponent,有点像ascx的感觉。 4>设计思路 菜单 Rewrite 来重写 菜单 ViewComponent来生成。 QQ,二维码 阅读全文
posted @ 2018-10-07 17:32 forhells 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 家里的win10,某个晚上一时脑抽,开启了自动升级。 它默默的安装了虚拟机,跟现在机器上面的安卓的虚拟机冲突,一开启安卓上面的虚拟机,蓝屏。 最后发现只要关闭了win10上面的虚拟机,蓝屏就恢复了。 阅读全文
posted @ 2018-10-06 15:25 forhells 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 现像是 connect/userinfo 可以访问 但是api都提示401 后面发现是在appsettings.json "Options": {"Authority": "http://localhost:端口号" } 里面给的地址是http://localhost:端口号,改成外网地址或者是域名 阅读全文
posted @ 2018-09-25 18:50 forhells 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 先定目标 1>后台api 1.1>登录 1.2>商品相关api 1.3>购物车api 1.4>订单api 1.5>个人信息api 2>前台[基于flutter] 1.1>登录UI 1.2>商品类型drawable 1.3>商品各种推荐类型 1.4>..... 一部分一部分的完成。 阅读全文
posted @ 2018-08-02 14:21 forhells 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1.vs2017独立发布。linux-64 2.winscp上传到当前用户下面。ubuntu tsl64来讲 3.超级用户sudo su 4.zip解压缩 uzip xxx.zip -d ../../var/wwww/publish/xxx 5.进入目录 chmod u+x xxxx 6.安装sup 阅读全文
posted @ 2018-07-07 12:21 forhells 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 蓝牙打印,需要转字符串为gb2312到uint8array.果断使用了一把text-encoding,始终不对。 https://github.com/inexorabletash/text-encoding 搞了2-3个小时,为毛不能进入函数调用里面,文档里面说是polliy.js,要提前把Tex 阅读全文
posted @ 2018-06-22 15:20 forhells 阅读(1721) 评论(0) 推荐(0) 编辑
摘要: 跨域 vm.uploadFiles = function (file, errFiles) { if (file) { file.upload = Upload.upload({ url: vm.uploadurl + "upadloadimgs?imgtype=upload", data: { f 阅读全文
posted @ 2018-05-25 14:33 forhells 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1>报system.object不存在。 需要从相关目录下面复制System.Runtime.dll eg:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.2\Facades 2>报n 阅读全文
posted @ 2018-05-24 17:58 forhells 阅读(432) 评论(0) 推荐(0) 编辑
摘要: using (_unitOfWorkManager.Current.DisableFilter(DataFilterUtil.NowDisableFilter(AbpSession))) { var teacherinfo = _teacherinfoRepository .GetAll() .Fi 阅读全文
posted @ 2018-05-21 18:47 forhells 阅读(273) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页