- 浏览: 264720 次
- 性别:
- 来自: 香港
最新评论
-
xinglianxlxl:
对我有用,谢谢
Java Axis-1.4 调用 .net webserice(手动下载证书和程序自动装载证书)) -
July01:
推荐用StratoIO打印控件,支持网页、URL、图片、PD、 ...
利用Applet进行Web打印 -
njitjiang:
完美,正在想这个问题怎么处理呢,多谢。
JasperReport 根据内容动态调整报表行高 -
luoyonghui55:
你这个要是能再写一些注释说明就更好了。
oracle 利用 lead 、lag 查询已有记录的下一条、上一条记录 -
guang.027:
很不错,不错,试试...
PKIX path building failed 的问题
文章列表
此实例是根据当前数据的某个值动态过滤一个静态的数据源
$scope.serviceItem1Editor=function (container, options) {
var checkedValues=options.model.itemCatCode.split(",");
var filter = {
logic: "or",
filters: $.map(checkedValues, function(value) {
...
The display name apps installed on mobile
1,android
modify name element in config.xml
2,ios
modify [bundle display name] in xxxx-info.plist
Description before installation can be modified on google play or apple store
modify loacle static files load pah before build
grunt build--->dist
copy dist/public folder to spring project folder securityResources ,note:Don't have to copy bower_components folder if no new bower components were added!
copy client/assets/css&js folder to assets folder
copy i18n ...
Creating a Fullstack Project
This part of the guide will walk you through the creation of an AngularJS project from scratch. We will use Grunt as a build tool, and Yeoman as a scaffolding tool.
We will use Node.JS as our backend server, with the Stormpath Express SDK.
Installing Node, Grunt, Bo ...
1,Install AngularJs scraffold tool:generator-angular-fullstack
reference to :https://github.com/DaftMonk/generator-angular-fullstack
2,Create an angularjs project:angulardemo
1)mkdir angulardemo
2)cd angulardemo
3) yo angular-fullstack
4)grunt serve( run angularjs project)
5)browser project: ...
1,cordova create foldername packagename Appname
eg: cordova create pushservice com.version.pushservice PushServiceDemo
2,cordova platform add android
3,cordova plugin add cordova-plugin-device
4,cordova plugin add cordova-plugin-file
5,cordova plugin add cordova-plugin-media
6 cordova plugi ...
Extjs Applet Integration
In recent years most of the systems are getting upgraded with the new User Interface and Extjs is once of the most widely used technology for the rich look and feel. In most of the domain mostly in DMS (Document Management System) upload and download functio ...
items: [
{
xtype: 'box',//sencha architect3 not support ‘box’,modify mannually
flex: 1,
region: 'center',
autoEl: {
tag: 'iframe',
src: 'test.html'
}
}
]
Oracle stored procedure call java webserivce(axis)
The procedure call axis serivce successfully,but failed this month.The following is oracle error message:
ORA-29532: Java call terminated by uncaught Java exception
HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedAc ...
Testing is easy provided you have access to an un-patched version of OpenSSL. To test, you will use the s_client tool (you'll type the bits in blue):
$ openssl s_client -connect www.ssllabs.com:443
[snip... a lot of openssl output]
---
HEAD / HTTP/1.0
R
RENEGOTIATING
28874:error:1409E0E5:SSL ...
Installation wampserver
- 博客分类:
- php
1,install wampserver on windows72, Go to the control panel of your Server (wamp server PC) Go System and Security Choose Windows Firewall Choose Advance Settings Choose Inbound Rule Choose New Rule - New Inbound Rule Wizard will pop up Choose Port and click next Choose TCP and ...
How to install and configure tomcat 6 in ubuntu server
3
1,登陸developer.apple.com
2,選擇Member center--》Certificates, Identifiers & Profiles
3,先生成Certificates
4,生成Identifiers
5,生成Profiles
6,Certificate下載后要轉成p12格式的。方法參考博客:憑證轉換成 P12 檔案
憑證轉換成 P12 檔案
- 博客分类:
- 移动开发
將開發人員憑證轉換成 P12 檔案
若要使用 phonegap 開發 iPhone 應用程式,您必須使用 P12 憑證檔案。您將根據從 Apple 收到的 Apple iPhone 開發人員憑證檔案來產生此憑證。
在 Mac OS 將 iPhone 開發人員憑證轉換成 P12 檔案
從 Apple 下載 Apple iPhone 憑證之後,請將該憑證輸出為 P12 憑證格式。在 Mac® OS 執行此動作:
開啟「鑰匙圈存取」應用程式 (位於 Applications/Utilities 資料夾)。
如果尚未將憑證新增至鑰匙圈,請選取「檔案 > ...
cordova結合wavemaker手機圖片上傳實現
1.增加cordova插件
* cordova plugin add org.apache.cordova.camera
* cordova plugin add org.apache.cordova.file
* cordova plugin add org.apache.cordova.file-transfer
2.在cordova的config.xml配置文件中增加如下屬性
<access origin="*" />
<gap:plugin name="org.apach ...