- 军军小站|张军博客
搜索到与相关的文章
编程技术

什么是NetWeaver?

NetWeaver是SAP所有应用的技术集成平台的名字,其中包含六大部分,十余个产品:PeopleIntegration:EP,MI,CollabrationInformationIntegration:BW,KM,MDMProcessIntegration:XIApplicationPlatform:WASLifeCycleManagement:SolutionManagerCompositeApplicationFramework:从范围上说,原先Ba

系统 2019-08-29 22:59:28 2844

编程技术

本地发布文章到twitter和facebo Twitter OAuth

AfterTwitterintroducedmandatoryauthenticationwithOAuth,manyofthecurrentscriptsforpostingcontenttoTwitterdon’tworkanymore.OAuthcanbegreatformoreadvancedauthentication,butforasimpleposttotwitterscript,itseemslikealittleoverkill.Inth

系统 2019-08-29 22:58:24 2844

Tomcat

tomcat 部署 外网访问

引用:http://hi.baidu.com/huangdonghui/item/5d8ca808054ce5e9359902c11.路由器设置:本人路由器为tp-link..其他请baidu一下了,方法都是端口映射,实现转发,其他机器访问你的外网ip就转发到你机子的ip,就可以了。进入路由的设置页面(主机上地址栏输:http://192.168.1.1[具体可能也不同,用ipconfig命令查看]),进入后选左边-转发规则,端口填80,因为http默认8

系统 2019-08-12 01:32:29 2844

Ubuntu

Ubuntu - unixodbc 配置 - zhouzhk - ITeye技术

Ubuntu-unixodbc配置-zhouzhk-ITeye技术网站Ubuntu-unixodbc配置博客分类:UbuntuUbuntuPostgreSQL用apt-getinstall安装完毕postgresql8.4后,1.用新立得安装odbc-postgresql包,同时会安装unixodbc2.拷贝/usr/share/psqlodbc/odbcinst.ini.template到/etc/odbcinst.ini3.拷贝/usr/share/d

系统 2019-08-12 01:32:12 2844

各行各业

What is HHVM?

WhatisHHVM?HHVMisanopen-sourcevirtualmachinedesignedforexecutingprogramswritteninHackandPHP.HHVMusesajust-in-time(JIT)compilationapproachtoachievesuperiorperformancewhilemaintainingthedevelopmentflexibilitythatPHPprovides.HHVMruns

系统 2019-08-12 01:32:04 2844

编程技术

velocity使用中出现org.apache.velocity.except

在使用velocity过程中,总是出现.ResourceNotFoundException异常,找不到模板.vm文件。现公布解决办法:importorg.apache.velocity.app.Velocity;importorg.apache.velocity.app.VelocityEngine;importjava.io.StringWriter;importjava.util.Properties;importorg.apache.velocity

系统 2019-08-29 22:24:24 2843

MySql

mysql分区管理 - hash分区

hash分区的目的是将数据按照某列进行hash计算后更加均匀的分散到各个分区,相比,range和list分区来说,hash分区不需要明确指定一个给定的列值或者列值集合应该在保存在哪个分区,mysql会自动按照hash计算后完成这些工作,我们只需要基于将要进行hash的列值指定一个列或者表达式,以及可选的指定要分区的表总的分区数量。下面我们举一个例子来说,hash分区如何创建。首先我们创建如下的表格:hash_partition_tbl,并插入几条记录到表中

系统 2019-08-29 22:02:08 2843

Oracle

Centos6.5下Oracle 11g R2安装过程

1准备CentOS-6.5-x86_64-bin-DVD1linux_11gR2_database_1of2linux_11gR2_database_2of2VMwareWorkstation10.0.2SSHSecureShellClientinstantclient_11_2plsqldev10052安装虚拟机及CentOS(1)安装VMwareWorkstation(2)安装CentOS,主机命名为:oracledb(3)磁盘须要大于30G(经验值)

系统 2019-08-12 01:55:14 2843

MySql

MySQL多表联合查询

MySQL这方面的资料比较少,手边的项目用到了多表的联合查询,干脆备忘下来。selecta.*,b.*,c.*fromaINNERJOINbONa.cid=b.cidINNERJOINcONc.cid=a.cidwherea.cid=2anda.id=3SELECTe_link.link_id,e_link.l_name,e_link.url,e_link.pic_url,e_link.order_idASl_order_id,e_link.font_co

系统 2019-08-12 01:54:51 2843

操作系统

Sendmail + SASL + TLS (原创,使用Sendmail 8.1

http://www.chinaunix.net作者:marion发表于:2007-05-1115:42:28本文系作者原创,转载请保留出处:http://marion.cublog.cn谢谢!注:本文是另一篇文章“配置简单带认证的Sendmail服务器”续篇,请见http://marion.cublog.cn[color=Orange][font=黑体][size=3]STARTTLS介绍[/size][/font][/color][color=Red]

系统 2019-08-12 01:33:14 2843