上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 又到新年了,日历又要从2011年翻到2012年了,这使我有太多的感慨,进而勾起了对太多往事的回忆。过去的10年,毫无疑问是中国软件业发展最快的10年。当我们刚刚毕业的时候,还在使用VB、PB开发一些简单的数据库应用,而现在却几乎看不到它们的踪影,换来的是诸如J2EE和.NET这样的大型web应用。而 阅读全文
posted @ 2020-07-31 10:40 秋飘 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 最近做项目,遇到一个问题,就是有两个站点A,B; 要实现A站点上传文件后,B站点可以访问; B站点上传的文件,A站点可以访问;具体实现方法如下: 站点A http://localhost:8081/index.html -- 虚拟目录FileUpload:指向文件D:/FileShare 站点B h 阅读全文
posted @ 2020-07-30 16:40 秋飘 阅读(440) 评论(0) 推荐(0) 编辑
摘要: SELECT CONCAT( 'ALTER TABLE `', table_name, '` DEFAULT CHARACTER SET=utf8 COLLATE=utf8_unicode_ci;' ) FROM information_schema.TABLES WHERE table_schem 阅读全文
posted @ 2020-07-28 11:14 秋飘 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 1、模拟真实手动点击 document.getElementById("firstPage").click(); 2、调用点击事件,但不刷新页面 $("#firstPage").click(); 阅读全文
posted @ 2020-07-24 17:08 秋飘 阅读(2546) 评论(0) 推荐(0) 编辑
摘要: (安装SQLServer前,最好确保framework3.5已安装完毕,否则会SQLServer按装失败) 可以通过如下 PowerShell 脚本进行安装: 从开始菜单中找到 PowerShell,右击选择 以管理员身份运行。 输入如下5个脚本后回车执行: Set-ItemProperty -Pa 阅读全文
posted @ 2020-07-23 13:46 秋飘 阅读(602) 评论(0) 推荐(0) 编辑
摘要: <div ng-if="scope=='all'" class="outline-border"> 结果:巡检路线数量: <strong>{{statistics.routesCount?statistics.routesCount:"字符串需使用引号"}}</strong> ,覆盖设备设施总数: 阅读全文
posted @ 2020-07-22 15:14 秋飘 阅读(728) 评论(0) 推荐(0) 编辑
摘要: Login的HTML页面在钉钉上一直无法刷新 原有格式是这样的: <script src="js/Login.js" type="text/javascript"></script> 在调用的js后面加上版本号,就修改为 <script src="js/Login.js?version=0.0.2" 阅读全文
posted @ 2020-07-21 19:10 秋飘 阅读(760) 评论(0) 推荐(0) 编辑
摘要: HTML <div ng-app="productlist" ng-controller="ctron1" ng-init="gt"> <div ng-repeat="x in gt "> <div style="border: 1px dashed #ccc; margin-bottom: 10p 阅读全文
posted @ 2020-07-14 09:34 秋飘 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 先上效果: 再上代码(只有markdown的部分): StringBuilder content = new StringBuilder(); content.Append("**销售订单系统提醒:**"); content.Append("\n\n");//换行 content.Append(" 阅读全文
posted @ 2020-07-09 11:06 秋飘 阅读(2539) 评论(0) 推荐(1) 编辑
摘要: 一、效果(有的标记、浏览器是不支持的,一般情况下我本人是不建议使用Markdown,除非有些地方必须使用,如钉钉的消息通知): 二、上面效果对应的代码: ![这是小黄人图片](https://iknow-pic.cdn.bcebos.com/4a36acaf2edda3cca13717c500e93 阅读全文
posted @ 2020-07-09 10:39 秋飘 阅读(284) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页