Problem Description Two planets named Haha and Xixi in the universe and they were created with the universe beginning. There is 73 days in Xixi a year ...
分类:
其他好文 时间:
2016-08-14 23:47:12
阅读次数:
194
Problem Description Two planets named Haha and Xixi in the universe and they were created with the universe beginning.There is 73 days in Xixi a year ...
分类:
其他好文 时间:
2016-08-14 14:25:26
阅读次数:
232
这一题我建议各位先去自己用浏览器试一试,发现结果不符合你所想再回来看下面的内容。 同样还是先放源码:跟之前一样在关键部分标了序号,那么开始吧。先别看setObj的函数体部分,等到它第一次被调用的时候再回头去看。我们从var p=..这里开始看。 var p={name:"xixi",age:24}
分类:
其他好文 时间:
2016-02-22 21:59:29
阅读次数:
250
forindexin0..<2{println("\(index)")}forindexin0...2{println("\(index)")}vararr=["hah","xixi"]forvalueinarr{println("value:\(value)")}vari=0whilei<arr....
分类:
编程语言 时间:
2015-06-30 14:37:51
阅读次数:
152
//Activity里面编辑布局//LinearLayoutlayout=newLinearLayout(this);//LayoutParamsparam=newLayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,ViewGroup.LayoutParams.WRAP_CONTENT);//layout.setOrientation(layout.VERTICAL);//TextViewtv=newTextView(this);//tv.setTex..
分类:
其他好文 时间:
2014-12-02 09:06:13
阅读次数:
181
先上代码<?php
$arr1=[‘hehe‘=>‘jasf‘,‘haha‘=>‘asdfqwew‘,‘xixi‘=>‘2j3k213‘];
print_r(array_diff_key($arr1,[‘haha‘=>‘‘]));
//echo"<hr/>";
functionarray_unset(&$array1)
{
//$len=func_num_args();
$args=func_get_args();//获取传递过来的所..
分类:
Web程序 时间:
2014-11-19 02:11:32
阅读次数:
296
import java.util.*;public class Main {public interface hehe{public int x = 0;public int add(int a,int b);}class xixi implements hehe{public xixi(){}pu...
分类:
其他好文 时间:
2014-10-22 15:51:19
阅读次数:
132
数据库:如果你是全新安装可以不要管数据的修改。直接在你的数据库中新建一个数据库,然后导入根目录下的xixi.sql就可以了。如果你已经安装了 v3.0,那么你需要升级数据库。在v3.0基础上新增xi_albumxi_album_picxi_browse 3张表。使用编辑器打开xixi.sql文件。在...
分类:
其他好文 时间:
2014-10-21 12:02:02
阅读次数:
256
赋值:a, b, c = 'xixi', 'haha', 'hehe'连接字典:>>> s = {1:'a', 2:'b', 3:'c'}>>> s.keys()[1, 2, 3]>>> s.values()['a', 'b', 'c']>>> s.items()[(1, 'a'), (2, 'b'...
分类:
编程语言 时间:
2014-08-01 09:12:31
阅读次数:
333