登录
首页 » HTML » javascript

javascript

于 2016-06-26 发布 文件大小:180KB
0 355
下载积分: 1 下载次数: 1

代码说明:

  1.变量及作用域 2.内存问题 变量、作用域及内存(1. Variables and Scope 2. Memory Problems)

文件列表:

第12章 变量、作用域及内存.pdf,297189,2012-02-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DTVYGI
    将汉字转换为ASCII码的应用程序 联合开发网 - pudn.com
    2017-06-13 06:18:58下载
    积分:1
  • C#伪装文件夹 实例,可以起到隐藏文件夹的作用哦
    可以伪装文件夹,让别人看不出你这个是文件夹,可以起到隐藏文件夹的作用哦
    2013-01-22下载
    积分:1
  • hailang147258
    说明:  本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子(???)
    2008-08-30 10:27:52下载
    积分:1
  • xuliehua
    vc基本序列化的程序源码,希望对大家有所帮助(vc basic sequence of the program source code, we want to help)
    2011-06-05 22:20:23下载
    积分:1
  • C# 实现进度条 倒着进度 以及竖着进度显示
    用C# 实现进度条
    2014-08-22下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • relajionaldatabase
    C实现矩阵的逆,方法为初等转换代码简单明了()
    2017-11-06 20:01:10下载
    积分:1
  • program
    通过OPENCV实现图片缩放功能,可以不丢失图片的效果 (OPENCV to achieve through the picture zoom feature, they do not have the effect of the loss of picture)
    2009-07-09 11:01:16下载
    积分:1
  • deny_cmd
    Deny running of specify process
    2010-11-12 01:53:36下载
    积分:1
  • huibian
    寻址方式在结构化数据访问中的应用,(1)掌握不同的内存寻址方式(2)使用结构化的数据存储方式(3)掌握BCD码的编码方式(Addressing modes in structured data access, (1) to master different memory addressing mode (2) using structured data storage (3) The master of BCD encoding)
    2016-04-29 16:26:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载