cd Android/Sdk/emulator/lib64/libstdc++
mv libstdc++.so.6 libstdc++.so.6.bak
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-
若小伙子你不嫌麻烦,可以用刷机精灵
-
要想用大宝,s o d 密少不了 把 twrp recovery 刷好: https://jrizzoli.github.io/dotfiles/ 。如果你成功了,它会自动进 recovery
-
进 Linux , 下载好对应的Lineage系统包(也可提前下好) https://download.lineageos.org/
- put this on top:
object GlobalVariable {
var mp = MediaPlayer()
}
- use it everywhere
GlobalVariable.mp
- A records in DNS manager | Type | Name | Value | | A | blog | your_server_ip | | A | math | your_server_ip |
- Set up apache2 with this https://certbot.eff.org/
- Add necessary module
a2enmod proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_byrequests
systemctl restart apache2
from keras.models import Sequential | |
from keras.layers import Dense | |
model = Sequential() | |
model.add(Dense(units=3, input_dim=3)) #`input_dim` | |
model.add(Dense(units=1)) #`last layer's units | |
model.compile(loss='mean_squared_error', | |
optimizer='sgd', | |
metrics=['accuracy']) |
For most of the people, they may think JavaScript is nothing but a browser language, yes, but furthermore, it can be a common purpose programming language too.
open your browser like firefox
or chrome
, press F12
, you shell see a debug window. Click Console
, you will see a terminal-like
layout, yes, that's it, you can run basic Javascript codes
in it.
adb pull /sdcard/netease/cloudmusic/Music /home/yingshaoxo/Music/neteast
感觉很久没写中文技术文章了。说实话,学东西都是基于英文,或者 别人从英文翻译成中文 我们再捡二手货
学习。所以用中文写技术文章怎么都感觉是在骗人
,怎么都觉得很别扭
。
但是这一次的主角是百度。
虽然认真来讲,所有编程语言、框架、核心技术都是外国人写的(开源
),但似乎你拼凑一下,仍可以贴上国产的标签(这个就相当于零件不是我做的,但我用它拼出了一件产品,产品是我的)。
而且又加上这个 API 是免费的,所以我可以介绍一下。(最近几年百度为了拿钱换名气
,在海外还是做了不少工作,比如建立了 Twitter、Github 账户,成立了 AI研究室,开源了一些项目)
我这个人不喜欢讲废话: