Web开发
using UnityEngine;using System.Collections;using System.Collections.Generic ;using JsonFx ;using JsonFx.Json ;public class TestJson : MonoBehaviour { ...
分类:Web开发 时间:2014-03-01 02:23:56 收藏:0 阅读:553
详情见:http://www.php.net/manual/zh/migration55.new-features.php1、 生成器 yield关键字yield的中文文档在这里:http://php.net/manual/zh/language.generators.overview.php查看文...
分类:Web开发 时间:2014-03-01 02:22:55 收藏:0 阅读:509
1. 依次打开:Files => Settings => External Tools => +(add)2.填写信息:name:phpDoc; group:PHP插件; desc:php文档生成 Tools settings:Program: C:\wamp\bin\php\php5.3.13\p...
分类:Web开发 时间:2014-03-01 02:17:46 收藏:0 阅读:728
Node.js
分类:Web开发 时间:2014-03-01 02:17:15 收藏:0 阅读:1446
using System;using System.Collections.Generic;using System.Web;using System.Text;using System.Net;using System.IO;using System.Text.RegularExpressions...
分类:Web开发 时间:2014-03-01 02:15:43 收藏:0 阅读:613
jQuery 控制和显示TR第一种方法,就是使用id,这个方法可以在生成html的时候动态设置tr的id,也是用得最多最简单的一种,如下:Html代码这行不隐藏这行要隐藏这行要隐藏...那么控制显隐可以直接使用Js代码for(vari=1;i这行不隐藏这行要隐藏这行要隐藏...那么控制显隐可以直接使...
分类:Web开发 时间:2014-03-01 02:07:29 收藏:0 阅读:600
des加密算法,javascript版本和java版本目录: 1.资源文件下载 2.JavaScript文件(des.js) 3.html文件(des.html) 4.java文件(des.java)正文:1.des资源文件下载(des.js+des.html+des.java) http://do...
分类:Web开发 时间:2014-03-01 02:01:46 收藏:0 阅读:974
有的服务器很扯淡,安装了很长时间的php_memcache 扩展 始终安装不上具体原因不清楚因为 php_memcache.dll php 官网上只有 最新支持的版本例如http://pecl.php.net/package/memcachehttp://pecl.php.net/package/m...
分类:Web开发 时间:2014-03-01 02:00:43 收藏:0 阅读:466
本文体验datagrid显示单行或多行内容。分别用到了datagrid的getSelected,getSelections方法。 Html部分 GetSelected GetSelections 选择单行 //获取单行内容 function getSelected() { /...
分类:Web开发 时间:2014-03-01 01:55:07 收藏:0 阅读:590
使用this的几种场合1. 执行函数时,判断函数是对象方法还是一个单独的函数?单独的函数this===window;对象方法,this == 对象。function UseThis(){console.log(this === window);this.instancePro = 1;}UseThi...
分类:Web开发 时间:2014-03-01 01:53:03 收藏:0 阅读:535
135971359723597336531
上一页365301下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!