1 2 3 4 5 ··· 7 下一页
摘要: 一、简介 ferrous-framework是为了迎合微服务架构而封装的纯前端开发框架。 以数据驱动为核心理念,实现了一种介于单页面和多页面的开发模式,让大家根据自己的需要对单页面和多页面进行切换或者共存。 页面结构采用JCP(Javascript Client Page)模式,可以很好得对前端页面 阅读全文
posted @ 2017-09-08 17:03 哈哈好玩 阅读(471) 评论(1) 推荐(0) 编辑
摘要: http://www.w3.org/TR/CSS21/page.html When a page break splits a box, the box's margins, borders, and padding have no visual effect where the split occ 阅读全文
posted @ 2017-08-11 10:09 哈哈好玩 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 如果IP可以通的话 一般是防火墙引起 方法1、cat /etc/sysconfig/iptables 加-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT 方法2、 2 阅读全文
posted @ 2016-11-17 17:57 哈哈好玩 阅读(11657) 评论(1) 推荐(0) 编辑
摘要: var vFD = new FormData(window.document.getElementById('notice-file-form')); var oXHR = new XMLHttpRequest(); oXHR.addEventListener('load', function (e) { // u... 阅读全文
posted @ 2016-04-26 17:12 哈哈好玩 阅读(143) 评论(0) 推荐(0) 编辑
摘要: /// /// 增加窗体边框3D效果 /// /// protected override void OnPaint(PaintEventArgs e) { base.OnPaint(e); ... 阅读全文
posted @ 2015-11-04 11:12 哈哈好玩 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 带进度条的ListView (2013-01-21 21:28:57)转载▼分类: C# 对于已经有的组件,可以直接添加进来,添加后要先运行一下,然后会在工具箱内找到相应控件。1、首先编写组件,然后将组件添加到工具箱内编写代码如下: public partial class ListViewEx :... 阅读全文
posted @ 2015-08-25 23:18 哈哈好玩 阅读(768) 评论(0) 推荐(0) 编辑
摘要: Windows API详解——SwitchToThisWindow 激活指定窗口(无论是否最小化) - [VC++编程]版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明 http://www.blogbus.com/flyxxtt-logs/45056360.html SwitchT... 阅读全文
posted @ 2014-10-28 23:43 哈哈好玩 阅读(9770) 评论(0) 推荐(0) 编辑
摘要: [DllImport("user32.dll")] public static extern bool IsIconic(IntPtr hwnd); [DllImport("user32.dll")] public static extern bool Is... 阅读全文
posted @ 2014-10-28 23:16 哈哈好玩 阅读(254) 评论(0) 推荐(0) 编辑
摘要: From : http://blog.sina.com.cn/s/blog_4cf58c9c010106mx.htmlC# checklistbox控件用法总结(怎样得到多选的值,以及动态加载数据)一般认为:foreach (object obj in checkedListBox1.Selecte... 阅读全文
posted @ 2014-10-26 17:15 哈哈好玩 阅读(1040) 评论(0) 推荐(0) 编辑
摘要: 1 const int WS_MINIMIZEBOX = 0x20000; 2 const int CS_DBLCLKS = 0x8; 3 protected override CreateParams CreateParams 4 { 5 ... 阅读全文
posted @ 2014-09-18 11:47 哈哈好玩 阅读(179) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 7 下一页