`

关于加密

 
阅读更多

keytool -genkey -alias shamusoft -keyalg RSA

<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="conf/.keystore"
               keystorePass="123456"
               />
分享到:
评论
1 楼 shamusoft 2011-12-30  
去掉拖动ListView带有的黑色背景:        android:cacheColorHint=”#00000000″

去掉拖动ListView时的高亮效果:          android:listSelector="@android:color/transparent"


去掉ListView里面的item之间的黑色线条    android:dividerHeight="0dip" (大小)

android:divider="#00000000"  (ARGB)

相关推荐

Global site tag (gtag.js) - Google Analytics