`
文章列表
数据库: @Entity @Table(name = "cinema_time_scopes") public class CinemaTimeScope extends Model { private static final long serialVersionUID = 289109934185631L; //date formats /** * 名称. */ @Column(name = "name") public String name; / ...
Bootstarp 设置 File 样式 需要CSS: <link rel="stylesheet" href="/public/css/uniform.css" /> 需要CSS: <script src="/public/js/jquery.uniform.js"></script> <script src="/public/js/unicorn.form_common.js"></script> 代码格式如下: <div clas ...
jQuery获取Select选择的Text和Value: 语法解释: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text 3. var checkValue=$("#select_id").val(); //获取Sele ...

Jquery操作 Checkbox

全选/取消 var flag = ($(this).attr("checked")=='checked'?'checked':false); $("[name=checkList]:checkbox").each(function() { $(this).attr("checked", flag); }) 获取选中的值 var str=""; $("input:checkbox[name='checkList'][checked]").each(func ...
1. 将  abc.truststore  TrustPay.cer 以及 银行申请下来的 B2C服务器证书.pfx 拷贝到 C:/wndows/system32 下 [这个路径是可以选择的后期再说] 2. 将 上面三个文件的路径整合到  TrustMerchant.properties 中 TrustPayConnectMethod=https TrustPayServerName=www.95599.cn TrustPayServerPort=443 TrustPayNewLine=2 TrustPayTrxURL=/b2c/trustpay/ReceiveMerchantT ...
1,带源码打包 play war backend_v1 -o E:\Mo\backend_v1 –zip 2,不带源码打包 play war backend_v1 –-exclude app\controllers:app\models:app\views:test -o E:\Mo\backend_v1 –zip 或者 play war backend_v1 –-exclude .svn:target:logs:tmp:precompiled:app:test -o E:\Mo\backend_v1 –zip

Nginx

http://www.myhack58.com/Article/sort099/sort0100/2012/33838.htm  让Nginx作为Windows服务开机自启动 http://www.2cto.com/os/201204/125890.html 修改端口启动
一直超链接想下载图片结果总是打开 后来再群里找到解决办法 response.contentType = "text/html; charset=UTF-8"; File file = new File(CommonUtil.ROOT_PATH+"/public/images/1.png"); renderBinary(file, file.getName()); 加上 第一句 就好了
JQUpload 如果使用 Jquery 1.8.2 就会后台拿不到 上传图片路径 报路径错误 把Jquery返回到 1.5.2 则好用。  先记录下来 有时间仔细研究下
Ext.util.Format.date(_select.get('date'), 'Y-m-d')
filedSet.removeAll(); fieldSet.add(new Ext.form.TextField()); fieldSet.doLayout();
window.frames["openPhoto"].checkAlert() openPhoto 为弹出 Iframe ID。 子页面调用父页面方法: parent.window.checkAlert();
源码如下: Ext.Ajax.request({ url: '@{MyWorks.formalById()}', success: function(data){ var json = Ext.util.JSON.decode(data.responseText); }, failure: function(){ Ext.Msg.alert('操作错误','连接服务器失败!请刷新后重试!'); }, params: { id:id } ...
爆出错误如下: SyntaxError: missing } in XML expression [在此错误处中断] (<pre>{"msg":"ok","success":true}</pre>) 寻找了一下 发现 返回的 JSON中 被 <pre> </pre> 标签包裹着。 解决方法 两种 第一种: 后台添加一行代码: response.setContentTypeIfNotSet("text/html"); 第二种:前台重写Ex ...
1.那天坐公交车。说起来现在的生活。 我说,毕竟现在生活好了。 司机师傅看了我一眼,然后问我:如果你养7 8 个孩子能养活吗?现在一个大学生都养活不起。  你看看你爷爷那辈养活了多少,你有子们几个。 我反过来一想, ...
Global site tag (gtag.js) - Google Analytics