System.Xml 命名空间https://msdn.microsoft.com/zh-cn/library/gg145036(v=vs.110).aspx1.通过 XmlDocument获取稳定内容2.通过XmlNodeList 找到节点数据private void List_Click(obj...
分类:
其他好文 时间:
2015-03-31 17:22:44
阅读次数:
109
代码如下: private void button1_Click(object sender, EventArgs e) { string strTitle = "alert! We have not receive new data from me...
1.模型参数
直接使用变量名,不要加引号
click
angular.module('passAter',[]).controller('passCtrl',['$scope',function($scope){
$scope.alertfun = function(param){
a...
分类:
Web程序 时间:
2015-03-30 23:14:31
阅读次数:
365
链接:click here~~
题意:
递推数
Problem Description
已知A(0) = 0 , A(1) = 1 , A(n) = 3 * A(n-1) + A(n-2) (n ≥ 2) 求 A(A(A(A(N)))) Mod (1e9 + 7)
Input
第一行一个整数 T (T ≤ 10000) 代表数据组数
每组数据占一行,一个整数 n (1 ≤ n...
分类:
其他好文 时间:
2015-03-30 13:21:23
阅读次数:
93
链接: click here~~
题意:
According to a research, VIM users tend to have shorter fingers, compared with Emacs users.
Hence they prefer problems short, too. Here is a short one:
Given n (1 18), Y...
分类:
其他好文 时间:
2015-03-30 13:20:40
阅读次数:
152
链接:click here~~
题意:
Description
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any...
分类:
其他好文 时间:
2015-03-30 13:18:59
阅读次数:
167
$(function(){ $(".li1").click(function(){ window.location.href="http://www.51wangfu.com/xiaoguoyingxiao/ "; }); });
分类:
Web程序 时间:
2015-03-30 11:03:59
阅读次数:
109
angularJS中的ng-show、ng-hide、ng-if指令都可以用来控制dom元素的显示或隐藏。ng-show和ng-hide是通过改变CSS的display属性值来实现显示或隐藏的。ng-if指令可以根据表达式的值在DOM中生成或移除一个元素。如果赋值给ng-if的表达式的值是false,那对应的元素将会从DOM中移除,否则生成一个新的元素插入DOM中。ng-if同no-show和ng-hide指令最本质的区别是,它不是通过CSS显示或隐藏DOM节点,而是删除或者新增结点。当一个元素被ng-if...
分类:
其他好文 时间:
2015-03-30 08:05:35
阅读次数:
257
写一个简单的ajax 请求,发现通过request.getParamter(“”)取到的值为null
前台代码:
$(document).ready(function(){
$("#ajax").click(function(){
var depart="depart";
$.ajax({
url :path+ "/AjaxR...
分类:
Web程序 时间:
2015-03-29 16:38:04
阅读次数:
155
选择喜欢的兰花品种: 蕙兰 建兰 寒兰 墨兰春兰莲瓣兰 //全选 $("input[name='ay_check']").bind("click",function(){ var btn_id = $(this).attr("id"); if(btn_id){ ...
分类:
Web程序 时间:
2015-03-29 15:04:28
阅读次数:
136