1、当网页的宽度 缩小到 比min-width的值小时,就会出现 水平滚动条。2、动态改变 的min-width属性:js代码:document.body.style.minWidth = 数值 + "px";ZC: 小经验小技巧:知道 style中的属性名(如 css中的属性background....
分类:
Web程序 时间:
2015-11-22 21:41:51
阅读次数:
134
1、当网页的宽度 缩小到 比min-width的值小时,就会出现 水平滚动条。2、动态改变 的min-width属性:js代码:document.body.style.minWidth = 数值 + "px";ZC: 小经验小技巧:知道 style中的属性名(如 css中的属性background....
分类:
Web程序 时间:
2015-11-22 00:19:58
阅读次数:
166
1、 路径:... ...\apache-tomcat-7.0.61-windows-x86\conf\Catalina\localhost\2、 例子:movies_f.xml :“” ZC: (1)、文件的命名 应该无所谓,(2)、path 指的是 URL中的路径,例如:“http://l...
分类:
其他好文 时间:
2015-11-19 18:23:08
阅读次数:
126
1、新建仪表盘 选择共享文件夹里创建的表拖到仪表盘中 保存并运行 也可以新建更多仪表盘页2、新建仪表盘提示 把提示和表都拖到仪表盘中3、主从关系:第二张表的结果页面 ——》编辑视图——》有个xyz——》主从关系——》事件通道 名称任意例如(zc)把建立主从关系的字段 放到表提示位置 保存创建zc:新...
分类:
其他好文 时间:
2015-11-09 15:46:02
阅读次数:
297
C# Code:/// /// 主窗体接口 /// public interface IMdiParent{void ParentFoo();}/// /// 子窗体接口 /// public interface IMyChildForm{void Foo();}主窗体的代码:C# Code...
--向内容发指令;declareint_count number(10);beginint_count := 0; for cc in (select t.*,t.rowid from w902053.tmp_shengchanduchu_zc t where t.flag ='sendOK' an...
分类:
数据库 时间:
2015-09-15 14:31:45
阅读次数:
505
标题的问题,也可以理解为,如何提高ember zigbee设备大规模组网的处理处理能力。
尽可能的调用emberTick函数,可以让协议栈保持良好时序,并和802.15.4 MAC兼容。至少,在每个while的周期内,应该调用该函数一次
如果当网络信息非常繁重的时候,尤其在接受端,该函数应该更多的被调用。理想情况是,当收到一个packet时,你应该在500ms内调...
分类:
其他好文 时间:
2015-08-29 14:06:34
阅读次数:
296
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ZC.Utils{ public class TimeHelper { /// /// 计算时间过去了几天 ///....
分类:
Web程序 时间:
2015-07-18 14:01:04
阅读次数:
126
using System;using System.Configuration;using System.Text;using System.Data;namespace ZC.Utils{ /// /// Assistant 的摘要说明。 /// public sealed class Ran.....
分类:
Web程序 时间:
2015-07-18 14:01:04
阅读次数:
158
using System;using System.IO;using System.Net;using System.Web.UI.WebControls;namespace ZC.Utils{ public class FTPHelper { public string Upload(FileUp...
分类:
Web程序 时间:
2015-07-18 13:59:36
阅读次数:
153