前台单击文件,jQuery删除后台相应真实的文件,包含了2个页面,一个是显示图片的页面,一个是传递文件名,然后删除真实图片的页面。具体的代码如下:ShowPics.htm:UntitledPage具体的删除的页面的代码如下:DeletePicsForm.aspx.cs:protectedvoidPa...
分类:
Web程序 时间:
2014-08-25 20:44:14
阅读次数:
270
oracle启动,提示“LRM-00109: could not open parameter file”LRM-00109: could not open parameter file '/home/oracle/oracle10g/dbs/initoms今天连接Oracle数据库的时候,发现数据...
分类:
数据库 时间:
2014-08-25 20:44:04
阅读次数:
239
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:
其他好文 时间:
2014-08-25 20:43:44
阅读次数:
237
原文链接: Top 8 Diagrams for Understanding Java翻译人员: 铁锚翻译时间: 2013年10月29日世间总是一图胜过千万言!下面的8幅图来自于Program Creek 的 Java教程,目前这是该网站最受欢迎的文章.希望本文能帮你回顾你已经知道的那些知识。如果图...
分类:
编程语言 时间:
2014-08-25 20:43:34
阅读次数:
283
总结下一般使用:1.想拷贝别人项目到自己帐号下就fork一下。2.持续关注别人项目更新就star一下3.watch是设置接收邮件提醒的。具体提醒有Issues and their commentsPull Requests and their commentsComments on any comm...
分类:
其他好文 时间:
2014-08-25 20:43:24
阅读次数:
281
Java虚拟机工作原理详解 ,java虚拟机启动后第一件事进行内存分配,第二件事进行java程序运行的调度管理。就像设计一个系统时第一步需要进行数据库或者说是数据结构的规 划,然后开始具体的业务管理。java虚拟器的内存分配主要是分成堆和栈,全局的是堆,局部的是栈。名词为java栈、PC计数器、Na...
分类:
编程语言 时间:
2014-08-25 20:43:15
阅读次数:
340
1.无参数Activity跳转 Intent it = new Intent(Activity.Main.this, Activity2.class); startActivity(it); 2.向下一个Activity传递数据(使用Bundle和Intent.putExtras) Inte...
分类:
其他好文 时间:
2014-08-25 20:43:04
阅读次数:
262
如何快速上传windows上的文件sudo apt-get install lrzsz.执行rz命令即可上传。执行sz命令即可下载客户端建立生成公钥和私钥。ssh-keygen-trsacat~/.ssh/id_rsa.pub>>~/.ssh/authorized_keys服务器上:cd /etc/...
分类:
其他好文 时间:
2014-08-25 20:42:54
阅读次数:
190
这道题巨坑啊,样例中以-1结束输入的,所以我就天真的以为测试数据也是以-1结束输入的其实人家原文中说:Input is terminated by a line containing a negative integer.是以负数结束输入,囧rz!我这种英语渣渣,怎么可能注意到这种错误我还以为是算法...
分类:
其他好文 时间:
2014-08-25 20:42:44
阅读次数:
298
转自wdd:http://blog.csdn.net/u010535824/article/details/38540835题目链接:hdu 4778状压DP 用DP[i]表示从i状态选到结束得到的最大值代码也来自wdd 1 /*********************************...
分类:
其他好文 时间:
2014-08-25 20:42:34
阅读次数:
190
OSI 七层模型通过七个层次化的结构模型使不同的系统不同的网络之间实现可靠的通讯,因此其最基本的功能就是帮助不同类型的主机实现传输数据 。完毕中继功能的节点通常称为中继系统。在OSI七层模型中,处于不同层的中继系统具有不同的名称。一个设备工作在哪一层,关键看它工作时利用哪一层的数据头部信息。网桥工作...
分类:
其他好文 时间:
2014-08-25 20:42:24
阅读次数:
282
这是我们C语言学习的最后阶段,用C语言做一个控制台控制的简易ATM机。实现输入密码,密码判断,显示选线等功能。我实现的代码如下:#include#include //#includevoid welcome(char user[]){ printf(" ###############...
分类:
其他好文 时间:
2014-08-25 20:42:14
阅读次数:
332
题目链接Tatyana is a big sports fan and she likes volleyball a lot! She writes down the final scores of the game after it has ended in her notebook.If you...
分类:
其他好文 时间:
2014-08-25 20:42:04
阅读次数:
248
apscheduler.triggers.dateAPITrigger alias for add_job(): dateclass apscheduler.triggers.date.DateTrigger(run_date=None, timezone=None)Bases: apschedul...
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.N...
分类:
其他好文 时间:
2014-08-25 20:41:44
阅读次数:
192
一、DataTable简介(1)构造函数DataTable() 不带参数初始化DataTable类的新实例。DataTable(string tableName) 用指定的表名初始化DataTable类的新实例。DataTable(string tableName, string tableNam....
分类:
其他好文 时间:
2014-08-25 20:41:34
阅读次数:
300
今天应那些基佬、屌丝的要求,特意给他们培训了一下屌丝表单神器,专为坑人存在。1. 见怪不怪HTML:PHP:$value = $_REQUEST[“row1”];2. 偶尔偶遇HTML:PHP结果:Array ( [row] => Array ( [0] => 11 [1] => 22 ) )3. ...
分类:
其他好文 时间:
2014-08-25 20:41:24
阅读次数:
254