b*****t 发帖数: 5 | 1 请问哪位大大有AppDev Studio,哪里有的下载?
本人急需,打电话问公司说要买的话$2000/年。
扣解...... |
|
|
k*z 发帖数: 4704 | 3 course notes for BI Applications Developer? thanks
Introduction to SAS Business Intelligence Applications for Reporting and
Analysis 1 Beginner
Creating Web Applications Using SAS Stored Processes 3 Intermediate
Customizing SAS Web Applications 3 Intermediate
Developing Java Web Applications Using SAS AppDev Studio Plug-ins 3
Intermediate
SAS Web Tools: Static and Dynamic Solutions Using SAS/IntrNet Software 3
Intermediate
SAS/AF Software: Application Development... 阅读全帖 |
|
|
|
|
|
|
|
B*****g 发帖数: 34098 | 10 http://www.acs.ilstu.edu/docs/oracle/appdev.101/b10795/adfns_tr.htm
Example: Modifying LOB Columns with a Trigger
You can treat LOB columns the same as other columns, using regular SQL and
PL/SQL functions with CLOB columns, and calls to the DBMS_LOB package with
BLOB columns:
drop table tab1;
create table tab1 (c1 clob);
insert into tab1 values ('HTML Document FragmentSome text.');
create or replace trigger trg1
before update on tab1
for each row
begin
dbms_output.put_line('Ol |
|
|
|
|
|
c***c 发帖数: 6234 | 15 最后答案是没办法。
最终还是一样的log4j log file 的名字。在不同server上是一样的名字。
因为我们的app是从system env 读取server 环境的(DEV, QA,PROD)。提出这个想
法的人自己都不知道是不是能实现在DEV 上叫 appDEV.log 在QA上叫appQA.log
我就跟他说,我笨,你show给我看看怎么实现。他整了一天回信说,还是一样名字吧。
装怂有时是必要的 |
|
t********s 发帖数: 4503 | 16 Simply put, if you want to sell your software or keep it proprietary, then
you must buy the commercial license; otherwise, if you wish to use the Qt
Open Source Edition, which is free, you must contribute all your source code
to the open source community.
http://trolltech.com/products/appdev/licensing
I think this licensing potentially kills most small businesses. |
|
|
|