Response.Write("<script>window.onload=function (){if(confirm(\"该文件已经存在,确定要替换吗吗?\")){document.getElementById(\"hidIsSave\").value = \"1\" }else {docume ...
分类:
Web程序 时间:
2019-01-08 21:10:05
阅读次数:
174
实现效果: 知识运用: Application类的StartupPath属性 public static string StartupPath {get;} 实现代码: ...
分类:
其他好文 时间:
2019-01-07 23:10:39
阅读次数:
310
1 private void ToExcel(string html) 2 { 3 4 Response.ContentType = "application/force-download"; 5 Response.AddHeader("content-disposition", 6 ... ...
分类:
Web程序 时间:
2019-01-07 10:40:30
阅读次数:
554
更新ubuntu软件源 sudo apt-get update sudo apt-get install -y python-software-properties software-properties-common sudo add-apt-repository ppa:chris-lea/no... ...
分类:
Web程序 时间:
2018-12-31 17:31:58
阅读次数:
196
在JavaScript中,逻辑OR运算符用||表示 下面的真值表描述了逻辑AND运算符的行为: 在JavaScript中,0,"",false,null,undefined,NaN均表示false, 可以用如下的代码证明: 运行结果: JavaScript的逻辑 OR 运算也是简便运算,对于逻辑 O ...
分类:
编程语言 时间:
2018-12-31 11:22:41
阅读次数:
241
今天的主要任务是完善NormalPanel, 搭建PopupPanel。 在编写PanelManager的过程中,发现了一个bug。昨天把panelPath直接传给了ResourceManager.GetInstance().LoadAsset<GameObject>(path); 今天做了修改,并 ...
分类:
其他好文 时间:
2018-12-30 11:40:46
阅读次数:
193
本节内容: 一.PPA简单介绍 使用Ubuntu桌面版已经有了很久,安装了各种软件遇到过各种问题,经常会遇到 sudo add-apt-repository ppa:xxxxx/yyyyy,一般都是添加完就更下下软件仓库,但是越用更新的越多,就想删掉一些,开始查一下这个东西是什么? PPA(Pers ...
分类:
系统相关 时间:
2018-12-23 12:47:08
阅读次数:
216
GNU Emacs命令速查表 第一章 Emacs的基本概念 表1-1:Emacs编辑器的主模式 模式 功能 基本模式(fundamental mode) 默认模式,无特殊行为 文本模式(text mode) 书写文字材料(第二章) 邮件模式(mail mode) 书写电子邮件消息(第六章) RMAI ...
分类:
系统相关 时间:
2018-12-22 16:50:42
阅读次数:
295
1、sudo apt-get purge openjdk-\* 2、sudo apt-get install software-properties-common 3、sudo apt autoremove 4、sudo apt-get update 5、sudo add-apt-repositor... ...
分类:
系统相关 时间:
2018-12-19 12:55:42
阅读次数:
932