码迷,mamicode.com
首页 >  
搜索关键字:date calcendar dateformat system math    ( 86903个结果
OSPF协议总结
OSPF 协议总结 OSPF(Open Shortest Path First开放式最短路径优先 )是一个内部网关协议(Interior Gateway Protocol,简称IGP),用于在单一自治系统(autonomous system,AS)内决策路由。 链路是路由器接口的另一种说法,因此OSPF也称为接口状态路由协议。OSPF通过路由器之间通告网络...
分类:其他好文   时间:2014-07-22 23:01:55    阅读次数:582
UVA之11078 - Open Credit System
【题目】 Problem E Open Credit System Input: Standard Input Output: Standard Output In an open credit system, the students can choose any course they like, but there is a problem. Some of the stude...
分类:其他好文   时间:2014-05-03 00:22:50    阅读次数:380
Emacs 使用android模式
首先用package system安装android-mode, 然后编辑~/.emacs.d/init.el文件,添加下面几行:(require 'android-mode) (setq android-mode-sdk-dir "/opt/android-sdk-linux/")现在重新启动emacs,然后M-x 中运行命令android-start-emulator此时会提示输入Androi...
分类:移动开发   时间:2014-05-02 22:49:40    阅读次数:561
JAVA 常用类System以及Properties类的使用
package ioTest.io1; import java.util.Iterator; import java.util.Properties; import java.util.Set; /* * System: * API描述:public final class System extends Object * System 类包含一些有用的类字段和方法。它不能被实例化。 ...
分类:编程语言   时间:2014-05-02 19:04:18    阅读次数:402
简单版猜拳游戏
界面很简单//玩家类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 猜拳游戏{ /// //...
分类:其他好文   时间:2014-05-02 12:04:15    阅读次数:292
几个数据库的小案例(二):极其简单的省市联动
总用有两个文件(frmMain.cs SqlHelper.cs)//frmMain.cs//作者:Meusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using S...
分类:数据库   时间:2014-05-02 00:24:24    阅读次数:499
(转载)DotNetTextBox编辑器漏洞(system_dntb漏洞)
关键字:system_dntb/确定有 system_dntb/uploadimg.aspx 并能打开,这时候是不能上传的,由于他是验证cookie来得出上传后的路径,这样我们可以用cookie欺骗工具。cookie:UserType=0; IsEdition=0; Info=1; uploadFo...
分类:Web程序   时间:2014-05-02 00:19:15    阅读次数:883
95行代码实现最大熵模型训练
关于最大熵模型的介绍请看:http://www.cnblogs.com/hexinuaa/p/3353479.html 下面是GIS训练算法的python实现,代码不到100行。 from collections import defaultdict import math class MaxEnt(object):     def __ini...
分类:其他好文   时间:2014-04-30 22:46:39    阅读次数:384
javaScript DOM使用
通过 HTML DOM,可访问 JavaScript HTML 文档的所有元素 1 修改HTML元素内容 document.write(Date()); //在输入流中直接写 document.getElementById(id).innerHTML=new HTML //改变已经有的元素内容 document.getElementById("image").src="landscap...
分类:编程语言   时间:2014-04-30 22:42:38    阅读次数:353
java 简单输入
/** * * 程序中用到了System类的输入流,也即类变量in,它可以接收用户的输入信息,并且 * 是标准的输入流实例对象,另外Scanner 类是Java的扫描器类,它可以从输入流中读取 * 指定类型的数据或字符串,本实例使用了Scanner 类封装了输入流对象,并使用了nextLine * nextInt() nextDouble 方法从输入流中获取用户输入的整行文本字符串,整...
分类:编程语言   时间:2014-04-30 22:28:39    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!