Postgresql基本操作
Postgresql基本操作。
首先 `su postgres`使用`postgres`用户,再`psql`进入CLI管理界面。
基本操作
Home of Little Jelly
Postgresql基本操作。
首先 `su postgres`使用`postgres`用户,再`psql`进入CLI管理界面。
基本操作
Stellar Docker测试网络搭建。
官方 docker+stellar-core+stellar-state
Android App启动时报错,错误信息
No Network Security Config specified, using platform default
意思是说没有指定网络安全设配置,使用平台默认的。
Android模拟器安装apk失败,错误信息
Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
Android SQLite使用注意点。
1. `SQLiteDatabase db`对象,在写入数据时要先执行
db.beginTransaction();
Android开发的一些小技巧。
1. 隐藏标题栏