上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 一直有,多栏的需求,当然用table布局,很快就做完了。不怎么喜欢用table,刚开始使用display:table,但是有一条老是不能达到我的效果,那就是有一行不固定宽度的时候,就不知道怎么处理,今天终于发现了怎么解决这个问题的办法,将width:尽可能大。使用table-layout:auto; 阅读全文
posted @ 2016-08-23 11:51 forhells 阅读(938) 评论(0) 推荐(0)
摘要: url获取,在公众号关注页面,选择历史,打开页面之后,复制链接,然后查看__biz参数,把此参数放到https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=****==&scene=110#wechat_redirect中即可.来源: ht 阅读全文
posted @ 2016-07-18 21:49 forhells 阅读(2442) 评论(1) 推荐(1)
摘要: 原来考虑使用avalon2.0 经过一周的试验,能力不够,用不起来。最终使用了knockout-3.4.js 引用需要自己处理。 阅读全文
posted @ 2016-06-13 19:16 forhells 阅读(946) 评论(0) 推荐(0)
摘要: 一直从事后端开发,对于前端的html+css+js,不熟不熟的。前面写了一个比较复杂的操作界面,我只能说,误工费时。花了一周研究avalonjs2,大神的确就是大神,解决了我很多的问题, 请参考http://www.cnblogs.com/rubylouvre 记录初试结果 我这里使用的spa跟常规 阅读全文
posted @ 2016-05-21 17:33 forhells 阅读(1124) 评论(1) 推荐(1)
摘要: 解决的问题,加载数据库中的UIpublic class Global : System.Web.HttpApplication { protected void Application_Start(object sender, EventArgs e) { ... 阅读全文
posted @ 2015-11-16 22:32 forhells 阅读(604) 评论(0) 推荐(0)
摘要: public void CreateImage(string imgfile) { wx_set mWXSet = wx_set.FetchTopOne(); if (mWXSet.IsNew) { ... 阅读全文
posted @ 2015-11-03 10:15 forhells 阅读(414) 评论(0) 推荐(0)
摘要: 使用了dojo开发。在datagrid过滤的时候。为了让过滤好处理,直接设置为完全二叉树的方式来存查询条件。但是在提交数据的时候,默认是get?url的方式。结果导致条件选择一两个,url会特别长。然后会报404错误。差点把前面的设计推掉,重来。项目就差一小部分了。时间上也来不及了。硬着头皮,看了一... 阅读全文
posted @ 2015-10-31 08:29 forhells 阅读(649) 评论(0) 推荐(0)
摘要: 一段时间全在用dojo做开发。没有用到服务端控件。怎么把前台的数据提交到后台。submit. no,刷新很糟。那就ajax吧。每个页面写一堆类似于ashx的请求链接,no,太麻烦。一个ashx搞定。包括了单据提交。切换到纯js提交,也是一样的。中间用到了csla.netpublic class ui... 阅读全文
posted @ 2015-09-17 08:46 forhells 阅读(340) 评论(0) 推荐(0)
摘要: 终于是找到原来在webform里面已经提供了htmlcontrol这样的控件,可以直接拿来用。以前一直在想mvc有htmlhelper,webform里面不能用,其实是webform里面已经有了。例子HtmlGenericControl htmlgeneric = new HtmlGenericCo... 阅读全文
posted @ 2015-09-04 16:40 forhells 阅读(246) 评论(0) 推荐(0)
摘要: var store = new mydata.JsonRestStore({ target: "" }); typestore = new mydata.JsonRestStore({ target: "", labelAttribute: "pagena... 阅读全文
posted @ 2015-08-10 15:24 forhells 阅读(279) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 下一页