我想问一下,您做动图用的是什么软件,我找了一款,但是不是很清楚。期待您的回复~~

摘要: 6,以下表达式的运行结果是:var END = Math.pow(2,53);var START = END -100;var count = 0;for(var i = START ; i 0A.trueB.falseC.报错D.其他12345678923,以下表达式的运行结果是:[1 ca ... 阅读全文
posted @ 2015-12-20 00:33 yueyun168 阅读(1169) 评论(0) 推荐(0) 编辑

c#学习之路

摘要: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform 阅读全文
posted @ 2013-04-22 11:01 yueyun168 阅读(141) 评论(0) 推荐(0) 编辑

.net代码分析

摘要: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform 阅读全文
posted @ 2013-04-22 11:00 yueyun168 阅读(128) 评论(0) 推荐(0) 编辑

c#功能代码

摘要: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform 阅读全文
posted @ 2013-04-22 10:58 yueyun168 阅读(106) 评论(0) 推荐(0) 编辑

发票查询代码c# by赤峰

摘要: namespace EmailGroupSend{ partial class HitstoryQueryForm { /// <summary> /// 必要なデザイナ変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <param name="disposing">マネージ リソース 阅读全文
posted @ 2013-04-18 15:44 yueyun168 阅读(165) 评论(0) 推荐(0) 编辑

マネージ リソースが破棄される場合 true、破棄されない場合は false

摘要: namespace EmailGroupSend{ partial class EditTemplateForm { /// <summary> /// 必要なデザイナ変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <param name="disposing">マネージ リソースが 阅读全文
posted @ 2013-04-18 15:42 yueyun168 阅读(167) 评论(0) 推荐(0) 编辑

模板编辑的画面

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;/*************************** 说明:模板编辑的画面 www.kfphw.com www.wxcsgs.com * ***********************/namespace EmailGroupSend{ publi 阅读全文
posted @ 2013-04-18 15:41 yueyun168 阅读(136) 评论(0) 推荐(0) 编辑

20130418定义全局变量

摘要: using System;using System.Collections.Generic;using System.Text;namespace EmailGroupSend{ public class Context { public static bool Show = false ; //定义全局变量www.whcszx.com }} 阅读全文
posted @ 2013-04-18 15:40 yueyun168 阅读(97) 评论(0) 推荐(0) 编辑

20130418代码

摘要: <?xml version="1.0" encoding="utf-8" ?><configuration> <configSections> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sec 阅读全文
posted @ 2013-04-18 15:39 yueyun168 阅读(86) 评论(0) 推荐(0) 编辑

php代码 20120578

摘要: <?php class BookController extends Zend_Controller_Action{ //init函数在控制器初始化时执行,是最先执行的方法function init(){Zend_Loader::loadClass('Book');//加载Book模型$this->view->baseUrl = $this->_request->getBaseUrl();//获得系统根路径$this->view->title="图书管理";//设置视图标题} //书籍全查方法function fin 阅读全文
posted @ 2012-11-09 10:31 yueyun168 阅读(110) 评论(0) 推荐(0) 编辑