| | |
| | | import java.io.IOException; |
| | | import java.util.Properties; |
| | | |
| | | import ng.Algorithm.Layouts.*; |
| | | import ng.Algorithm.Layouts.AlgorithmDBInterface.ComputeResult; |
| | | import ng.db.NGFunction; |
| | | |
| | |
| | | //初始化排版管理器 |
| | | public void initPainbanManager(String url,String user,String password) throws IOException{ |
| | | Properties properties = NGFunction.getProperties(); |
| | | String s= url+"&user="+ |
| | | user+"&password="+ |
| | | password; |
| | | String s= url+"&user="+user+"&password="+password; |
| | | System.out.println("l:"+s); |
| | | ng.Algorithm.Layouts.AlgorithmDBInterface.initAlgorithm(s, lines); |
| | | ng.Algorithm.Layouts.AlgorithmDBInterface.initAlgorithm(s, lines); |
| | | } |
| | | |
| | | |