随笔分类 - Stingray
摘要:引入angularjs 手动启用angularjs 不使用ng app, 在所有模块和controller定义后挂载启用angularjs vuejs 本来想尝试用vuejs的, 怎么引用都和系统的js不兼容, 还是直接angularjs算了
阅读全文
摘要:这个基本包含了所有的特殊情况 1. wrap 换行 1. title显示在每页的固定位置, 第一页需要特殊处理
阅读全文
摘要:http://www.cnblogs.com/chencidi/archive/2014/07/02/3820386.html 使用多库查询时会出现排序规则冲突的问题 解决办法 在字段后面添加`Collate Database_Default`
阅读全文
摘要:自定义内容modal window
阅读全文
摘要:```js
function printForm(PD_ID, sREP_ID) { var data = { id: '#SID#', t: '' + new Date(), PrintAction: 'PrintSpecREP', SelectId: PD_ID, SelectREPID: sREP_ID
...
阅读全文
摘要:TBLROWS中嵌套的单引号需要加倍用作转译
阅读全文
摘要:```js $.fn.updateFilter = function(filterType, paramVal) { // filter="DATE|GREATERTHANEQUALS|LESSTHANEQUALS|" // param="|01/01/1900|01/01/2100|" // dtype="|DATE|DATE try { va...
阅读全文
摘要:有线连接获得高速的同时,实现快速的VPN切换 步骤如下: 1. 将VPN网络Fangou设置为自动连接,其他的无线网络设置为非自动连接 2. 修改网络连接的名字/或者修改脚本中的参数为你的网路连接的名字。推荐修改网络连接名字为:本地连接,无线连接 3. "下载bat脚本文件" 解压后放到桌面 4.
阅读全文
摘要:```js
function printForm(RECID, sREP_ID) { var selectedList = $('#selectedList').val(); if (selectedList > '') { var param = { id: '#SID#', SCCSTMP: '#SCurrent_...
阅读全文
摘要:先看牛逼的草图 知乎上刚看到类似的需求 "Python Web导出有排版要求的PDF文件" 关键技术
阅读全文
摘要:API Index http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/idx.html 专业术语 Delphi "Delphi 百科" PASCAL
阅读全文
摘要:
阅读全文
摘要:In this item, you only need to design the screen
阅读全文
摘要:Please design the screen When Permitted Subdivision selected Yes hide Flood Zone, otherwise show it.
阅读全文
摘要:Need to show the search result in a tablewalker You can show the tablewalker in the search page which is recommend, or you can show it in the search r
阅读全文
摘要:1. Need ability to delete records by click the trash can 1. Need ability to add new records to database and show in tablewalker by callback refresh 1.
阅读全文
摘要:Please create the search form Auto complete for first name and last name Related tables System_LOBs line of business System_Forms policy type System_P
阅读全文
摘要:Stingray Response_ContentType "Stingray javascript" 其实是支持返回原生html的, 有了这个事情就简单了 RHTML Response_Content should have HTML (Stingray relies on Pre Post pr
阅读全文
摘要:stingray可是化后端开发架构 任何web应用的后端职能都是一样的:业务数据的增删改查。后端语言多种多样,但是唯一不变的就是SQL,你用Java也好,PHP,Python也好,最终操作数据库都是一样的SQL。我们平台工具将后端开发简化成: 可视化的流程控制组件 + SQL数据操作。所以除了前端技
阅读全文