修改android 默认的debug key 为正式的key

在微信支付等一些平台中,需要填写签名信息,开发过程中与正式发布的签名不一样,避免重复劳动,可以修改android 默认的debug key 为正式的key

android public.xml 文件的用途

android public.xml 文件的用途

2015/07/12 22:32
509
mybatis 中传入数组作为参数,通过下标来访问数组

mybatis 中传入数组作为参数,通过下标的方式来访问这个数组。

2015/06/29 15:19
2.4K
spring mvc controller 中的方法写成了private

spring mvc controller 中的方法写成了private,能映射到请求,却访问不到注入的service等

黑苹果键盘映射

没有苹果键盘,只能摸索着用了。 发现在Android Studio 里面打开文件的快捷键还是无法使用。

2015/06/22 08:03
4.3K
黑苹果无法登录Appstore

1.首先先检测下自己的网络是否可连接上网络 2.关于本机-更多参数-系统报告里查看下网络 3.变色龙配置 org.chameleon.Boot.plist 看下是否网卡内建了 <key>EthernetBuiltIn</key> <string>Y...

android:为TextView添加样式——下划线,颜色,设置链接样式及前背景色

实现下划线及颜色设置: public class AtActivity extends Activity { LinearLayout ll; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedI...

maven 控制台乱码

maven 控制台乱码

2015/06/11 11:12
109
黑苹果驱动hd4000

我的机器是用变色龙引导的。 org.chameleon.Boot.plist中GraphicsEnabler 设置为Yes 另外加入下面代码 <key>device-properties</key> <string>5e00000001000000010000005200000001000000020...

vm11 安装 mac os 10.10

准备工作: 1. 安装镜像,原帖地址http://bbs.pcbeta.com/viewthread-1550906-1-1.html,有点儿大(6.3G),在公司挂机一晚上下载。 2. 11 新建虚拟机时 没有mac 的选项。需要下载解锁插件。...

git windows 保存用户名和密码

保存在内存中 git config --global credential.helper cache git config --global credential.helper store .gitconfig 文件中加入以下内容 [credential]     helper = store 在项...

android popupwindow 大小问题

由于popupWindow 的视图是从xml 中渲染的,关于popupwindow的大小碰到了一个问题:跟想象中的大小不一样。于是网上查了一点资料,没找到啥干货,不过在这篇文章中讲了一点。 http://www.jco...

2015/05/15 10:57
779
Android 应用中打开微信

Intent intent = new Intent(); ComponentName cmp = new ComponentName("com.sina.weibo","com.sina.weibo.EditActivity"); intent.setAction(Intent.ACTION_MAIN); intent.addCategory(Int...

PopupWindow 点击外部区域隐藏

pw.setBackgroundDrawable(new BitmapDrawable()); // 这行代码必须,还不晓得为什么,汗! // pw.setOutsideTouchable(true); pw.setFocusable(true);//  ...

2015/05/13 21:09
448
Maven compiler plugin 默认的编绎级别

Maven compiler plugin 默认的的jdk 版本是1.5,如果用eclipse 的话,必须得改成我们自己的,用IDEA 的话,可以以项目设置中配置版本的进行编绎。

maven 编译部署src/main/java下的资源文件

maven默认会把src/main/resources下的所有配置文件以及src/main/java下的所有java文件打包到target\classes下面,但是我们可能会在src/main/java下面也放置一些配置文件如hibernate配置文件或...

没有更多内容

加载失败,请刷新页面