上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: 上午到了北3环一家公司面试,其他细节略过......其中面试官提了一个问题却让我陷入了沉思.......直接看面试题(大牛可以忽略)...... 面试官:“请问按用户的多次提交,这个问题怎么解决?” 我不假思索说道:”这个问题也遇到过,属于表单重复提交问题吧?“ 面试官:”嗯,是的。“ 我继续道:” 阅读全文
posted @ 2020-11-12 18:23 无聊的蚂蚁 阅读(223) 评论(0) 推荐(0)
摘要: Linux/Ubuntu+Nginx+Mysql+PHP 搭建wordpress 连接地址: https://segmentfault.com/a/1190000016378855 以下方式为不使用nginx方式: 首先用putty远程连接云主机。百度搜索putty第一个下载即可。 端口默认就是22 阅读全文
posted @ 2020-09-03 10:51 无聊的蚂蚁 阅读(529) 评论(2) 推荐(1)
摘要: https://blog.csdn.net/qq84395064/article/details/82701761 一、下载并安装mysql sudo apt-get install mysql-server sudo apt-get install mysql-client sudo apt-ge 阅读全文
posted @ 2020-09-02 11:19 无聊的蚂蚁 阅读(1240) 评论(0) 推荐(0)
摘要: 直接上代码: 参考文章:https://stackoverflow.com/questions/3256280/how-to-convert-msmq-message-body-into-byte?r=SearchResults System; using System.Collections.Ge 阅读全文
posted @ 2020-08-07 11:00 无聊的蚂蚁 阅读(210) 评论(0) 推荐(0)
摘要: 参考文章: https://www.cnblogs.com/xbding/p/5195749.html https://www.cnblogs.com/sunqiliang/p/5919301.html http://www.makaidong.com/%E5%8D%9A%E5%AE%A2%E5%9 阅读全文
posted @ 2020-07-31 11:01 无聊的蚂蚁 阅读(477) 评论(0) 推荐(0)
摘要: 错误方式:开始使用时报以下错误 参考:https://blog.csdn.net/weixin_44854669/article/details/106551045 正确方式: 原来是路径不正确:应该加上当前用户的路径,在这里是/home/gougou 其实我们在putty登录后使用pwd命令查看当 阅读全文
posted @ 2020-07-15 14:39 无聊的蚂蚁 阅读(2001) 评论(0) 推荐(0)
摘要: E:\SourceCode\VUE\vue-element-admin-master>cnpm run dev > vue-element-admin@4.3.0 dev E:\SourceCode\VUE\vue-element-admin-master > vue-cli-service ser 阅读全文
posted @ 2020-06-16 17:48 无聊的蚂蚁 阅读(15031) 评论(1) 推荐(1)
摘要: VUE中国:https://cn.vuejs.org/ 菜鸟教程:https://www.runoob.com/vue2/vue-tutorial.html 基于VUE的后台管理系统:https://github.com/PanJiaChen/vue-element-admin 基于VUE的表格组件 阅读全文
posted @ 2020-06-16 17:26 无聊的蚂蚁 阅读(285) 评论(0) 推荐(0)
摘要: 遇到的问题如下: 代码:System.Drawing.Image imgBack = System.Drawing.Image.FromFile(sourceImg); //背景图片 System.Drawing.Image img = System.Drawing.Image.FromFile(d 阅读全文
posted @ 2020-06-15 17:09 无聊的蚂蚁 阅读(1672) 评论(0) 推荐(0)
摘要: 公司APP使用cordova框架进行开发,在一些功能升级后, 扫码突然报错:scan is already in progress。 项目之前使用没有发现这个问题,百度了一翻发现这类问题较少,仔细想了想不应该是cordova本身的问题。应该是本次系统升级造成的,极有可能是同时调用多次才会有这样的提示 阅读全文
posted @ 2020-06-02 18:05 无聊的蚂蚁 阅读(1160) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页