I hereby claim:
- I am mojocn on github.
- I am mojocn (https://keybase.io/mojocn) on keybase.
- I have a public key whose fingerprint is 9D18 E5B3 8691 8E32 3D80 DBAC 1E66 4A4B 2B35 AEB1
To claim this, I am signing this object:
| <div id="app"> | |
| <vue-editor v-model="content" :editorToolbar="customToolbar"> | |
| </vue-editor> | |
| </div> |
| import ( | |
| "crypto/tls" | |
| "errors" | |
| "fmt" | |
| "github.com/PuerkitoBio/goquery" | |
| "github.com/sirupsen/logrus" | |
| "gorm.io/gorm" | |
| "net/http" | |
| "strings" |
| import ( | |
| "context" | |
| "crypto/tls" | |
| "errors" | |
| "fmt" | |
| "github.com/abadojack/whatlanggo" | |
| "io/ioutil" | |
| "net/http" | |
| "net/url" |
| package chatengine | |
| import ( | |
| "fmt" | |
| "net" | |
| ) | |
| type ConnHub struct { | |
| cap int | |
| pool map[net.Addr]net.Conn |
| package common | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "net" | |
| "net/mail" | |
| "net/smtp" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ps -efww|grep -w './start.sh'|grep -v grep|cut -c 9-15|xargs kill -9 | |
| ps -efww|grep -w 'manage.py Mqtt_msg_process'|grep -v grep|cut -c 9-15|xargs kill -9 | |
| ps -efww|grep -w 'manage.py Rds_msg_process'|grep -v grep|cut -c 9-15|xargs kill -9 | |
| ps -efww|grep -w 'manage.py Event_notice_process'|grep -v grep|cut -c 9-15|xargs kill -9 | |
| ps -efww|grep -w 'manage.py Offline'|grep -v grep|cut -c 9-15|xargs kill -9 | |
| ps -efww|grep -w 'manage.py dahua'|grep -v grep|cut -c 9-15|xargs kill -9 |
| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "github.com/PuerkitoBio/goquery" | |
| "github.com/astaxie/beego/toolbox" | |
| "github.com/go-redis/redis" | |
| "log" | |
| "net/http" |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "github.com/PuerkitoBio/goquery" | |
| "github.com/go-redis/redis" | |
| "net/http" | |
| "bytes" | |
| "github.com/astaxie/beego/toolbox" |