GithubHelp home page GithubHelp logo

healthcare's Introduction

#healthcare

数据库密码修改位置: healthcare.properties

word在线预览:

1.jacob的dll放在system32;  jdk/bin; jdk/jre/bin;

2.安装openoffice,利用url(starttool)开启服务
	starttool
	cd "c:\Program Files (x86)\OpenOffice 4\program"
	soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp; –nofirststartwizard
	
	启动了soffice.exe的进程(两个),以管理员方式启动tomcat,才能成功开启服务
	
3.安装swftools

解锁:

 conn sys/sys as sysdba; //以DBA的身份登录
 
alter user system account unlock;// 然后解锁

虚拟计算环境:

手动安装mvn本地库,oncecloud

数据库: 增大游标数量(过多执行的sql导致createStatement和prepareStatement被重复执行,直到cursor被耗尽): 输入以下命令, 修改 oracle 最大游标数为 1000 alter system set open_cursors=1000 scope=both; 查看最大游标数是否已修改成功 show parameter open_cursors;

healthcare's People

Contributors

wuxianxingkong avatar ucasren avatar mazhirou avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.