目前分類:未分類文章 (100)

瀏覽方式: 標題列表 簡短摘要

 

阿忠布袋戲

歌詞如下:

老山東養的小雞被人雞拔毛(雞肉~~~)

小雞被人雞拔毛 痛的吱吱叫(一把兩把三把四把安德列安德列一八一八)

幫你雞拔毛你在叫三小

雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬



OS我就想到 小雞拔毛痛的吱吱叫

你們會有報應的

給俺雞拔毛阿



雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬

雞拔毛之後就有雞肉可以咬



OS我就想到 小雞拔毛痛的吱吱叫

你們會有報應的

給俺雞拔毛阿

 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

echo 'task goes here' | cat - todo.txt > temp && mv temp todo.txt

or

sed -i '1s/^/task goes here\n/' todo.txt

or

sed -i '1itask goes here' todo.txt

阿貴貴 發表在 痞客邦 留言(0) 人氣()

simple steps:

sudo yum install mariadb-server

啟動daemond

sudo systemctl start mariadb
sudo systemctl enable mariadb

 

重點:  很方便的 script

阿貴貴 發表在 痞客邦 留言(0) 人氣()

可以用

autoexpect

她會把操過過程都記錄下來

 

ref: 

https://stackoverflow.com/questions/12920320/expect-send-key-down-and-key-up-events-to-process-in-linux

阿貴貴 發表在 痞客邦 留言(0) 人氣()

參考

 

https://liam.page/2019/03/19/compile-and-install-Python-3-7-2-on-CentOS-7/

https://segmentfault.com/a/1190000015628625

https://tecadmin.net/install-python-3-7-on-centos/

阿貴貴 發表在 痞客邦 留言(0) 人氣()

如果有多個 domain name

找到『<VirtualHost _default_:443>
在這個設定的上方增加設定值『NameVirtualHost』  (同 httpd.conf)
如此一來,才可以讓Apache辨認domain name來區分站台

 

 

NameVirtualHost *:443

阿貴貴 發表在 痞客邦 留言(0) 人氣()

A   

wan 140.111.aaa.aa
lan  192.168.1.1

 


阿貴貴 發表在 痞客邦 留言(0) 人氣()

1. login as admin

2. left menu select  外觀

3.  shift + click the page in the right side  

 

4. very important !   don't try to edit anything from DB  (phpmyadmin)

阿貴貴 發表在 痞客邦 留言(0) 人氣()

http://scriptserver.mainframe8.com/wordpress_password_hasher.php

 

the Wordpress password hasher implements the Portable PHP password hashing framework, which is used in content management systems like Wordpress and Drupal. Here you can convert a password to the required hashsum, which can be used to set a new password directly in the database.


阿貴貴 發表在 痞客邦 留言(0) 人氣()

今天改一個小小的bug 會被這功能氣死

為了一個引號,一直覺得自己見鬼了 = =

現在是農曆七月也不要這樣搞我好嗎....

 

很凑巧,今天我也遇到了这个问题(第一次用这个 TextEdit.app)。相当奇怪,明明我的系统语言和输入法都是英文,不应该出现弯引号才对。于是马上谷歌搜索,便找到了知乎这个问题,可惜目前两个回答都没有给出有效的解决办法。

阿貴貴 發表在 痞客邦 留言(0) 人氣()

1. install  extension  ssh FS

 

 

2.  edit ssh fs config file

阿貴貴 發表在 痞客邦 留言(0) 人氣()

 

 

Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'

# This should return the following output:

阿貴貴 發表在 痞客邦 留言(0) 人氣()

chmod a+x "/Users/xxx/Pods/Pods-frameworks.sh
 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

1.  switch to virtual box  folder 

vboxmanage clonehd  xxxxx.vdi xxxxx.vmdk --format VMDK

 

2. copy VMDK to vsphere server  (scp or ...)

 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

webview 內的顯示要照手機本地端語系

In your info.plist you can set a value called CFBundleAllowMixedLocalizations, if you check that everything should be translated to the right localized language.

在 info.plist 新增一個 key 為 true 的  CFBundkeAllowMixedLocalizations

 

wkwebview add mail to and tel:

阿貴貴 發表在 痞客邦 留言(0) 人氣()

from :    https://www.itread01.com/content/1541933583.html

 

1.在res資料夾下建立一個xml資料夾,然後建立一個network_security_config.xml檔案,檔案內容如下:

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <base-config cleartextTrafficPermitted="true" />
</network-security-config>

2.接著,在AndroidManifest.xml檔案下的application標籤增加以下屬性:

<application
...
 android:networkSecurityConfig="@xml/network_security_config"
...
    />

完成,這個時候App就可以訪問網路了。

阿貴貴 發表在 痞客邦 留言(0) 人氣()

紀錄一下濾水器的型號

 

philip  WP3812

濾心是WP3922

 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

Q1

Error:Execution failed for task ':app:transformDexWithInstantRunSlicesApkForDebug'. Failed to read zip file

 
Switch off the Instant Run in Preferences helped me
 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

寫得清楚明瞭的一篇文章

轉自
https://dotblogs.com.tw/ianchiu28/2017/06/15/180900

 

 

阿貴貴 發表在 痞客邦 留言(0) 人氣()

 
 
 
假的  不是真的

阿貴貴 發表在 痞客邦 留言(0) 人氣()