我期待着提出少量申请,使一个人能够远程查阅计算机上的档案。 这些档案由机器上的一辆 da车提供,并按要求向网络服务器提供档案。
哪类议定书是这种目的的理想? 我不想使用原始袖珍(或FTP)来试图避免防火墙问题。 网站目录可以成为一种很好的选择。 是否有其他办法这样做?
Java或任何其他语言是否有这样的东西? 我正在寻找源码,因此,封闭源码的用途不容质疑。 我也同我开始朝着正确方向迈进的任何其他有益的要点一样。
我期待着提出少量申请,使一个人能够远程查阅计算机上的档案。 这些档案由机器上的一辆 da车提供,并按要求向网络服务器提供档案。
哪类议定书是这种目的的理想? 我不想使用原始袖珍(或FTP)来试图避免防火墙问题。 网站目录可以成为一种很好的选择。 是否有其他办法这样做?
Java或任何其他语言是否有这样的东西? 我正在寻找源码,因此,封闭源码的用途不容质疑。 我也同我开始朝着正确方向迈进的任何其他有益的要点一样。
对于java,你可以读到档案,而第64号数据库则在编码上,然后随你来发送数据,最后填写文件编号。 考察有色的投射和投入流以及计票。
据我说,使用java.nio将是最佳解决办法。 在“java.nio”一揽子计划的帮助下,你能够按照明智的要求,对完整的档案进行缓冲,并通过网络发送。 也就是说,每当有人要求档案时。 它直接下载了远程客户的完整档案,但申请将逐个载荷从服务器收到的内容。 借助马佩德贝特贝尔和FilChannel类 j瓦尼奥包,可以轻易实施。
Below link should help you implement the solution. http://rox-xmlrpc.sourceforge.net/niotut/
我的第一项想法是,为什么要重新发明轮.。 仅仅经营一个个人电脑的网络服务器,并配置电脑,以便通过吉大港山区获得利益档案。
I m not going to get into a long discussion on the security aspects of this but suffice it to say that setting this up could/will expose your internal computers to the big bad world so do a proper risk analysis and get management approval before you put it live. However if the risks are acceptable then I very much suggest using tried and tested Apache (and similar) rather than a home grown solution where possible.
假设你有一个互联网,靠网络服务器,那么你可以通过台式网络服务器将阿帕奇多· mo-代之为。 你们可以找到按行的 mo-镜文件,但只有起码的配置才能做到。
ProxyRequests on
ProxyPass /computer/abc http://abc.internalnet/somewhere/
ProxyPassReverse /computer/abc http://abc.internalnet/somewhere/
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...