Shane Technology Home

Shane Technology Home

  • Artificial Intelligence
    • AI Base
    • AI Practice
  • My Blogs
    • Network Technology
    • iOS Technology
    • About Swift
    • About My Mood
    • My Poetries
    • Reading Notes
  • My Tools
    • Mailist for Beijing Self-aught
    • ProGit
    • Code Manager
    • Project Manager
  • About Me
    • My Projects
    • My Pictures
  • Thank for Listener
    • Donation of timeradio

Install the RTL8821CU wifi driver on Linux Deepin

10月11日 互联网技术 1条评论 RTL8122CU,WIFI Driver

My Linux kernel is 4.1.5 , OS version is Linux Deepin . Below list is the step of install the wifi deriver: git clone https://github.com/whitebatman2/rtl8821CU cd rtl8821CU sudo apt-get inst...

Set primary key id auto increase in Oracle

09月29日 数据库 没有评论 oracle

// create sequence create sequence LOG_MAIN_SEG increment by 1 start with 1 minvalue 1 maxvalue 999999999; // get autoincrease value select LOG_MAIN_SEG.Nextval ID from dual; Below is...

Install Oracle Instantclient On MacOS

09月29日 数据库 没有评论 macOS,oracle

install guid https://oracle.github.io/odpi/doc/installation.html#macos Download these files from https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html instan...

SQL Base of Learning Oracle Database(1)

09月28日 数据库 没有评论 DB,oracle

// system is username , oracle is the password of system sqlplus system/oracle // current db login user show user; // print the dba_users desc dba_users; // print the username of dba_users; sel...

Some useful information of learning the docker and oracle database

09月28日 互联网技术 没有评论 docker,oracle

// login the docker sudo docker login // search the oracle-11g databaes docker search docker-oracle-xe-11g // download the oracle-xe-11g docker file sudo docker pull marcelmaatkamp/docker-oracle-x...

Some useful command about zero-tier

09月25日 互联网技术 没有评论 zerotier

# 启动 zerotier-one -d # 获取地址和服务状态 zerotier-cli status # 加入、离开、列出网络 zerotier-cli join <Network ID> zerotier-cli leave <Network ID> zerotier-cli listnetworks

The last upgrade MacOS for my Lenovo G460

09月20日 互联网技术 没有评论

This Lenovo G460 is my first pc during my study. Since 2013,I install the MacOS for it every year. Fortunately, it has good compatibility. I successfully upgraded from 10.7.5 to 10.14. Until toda...

Make the latest MacOS usb boot installer on older mac hardware

09月16日 互联网技术 没有评论 macOS

First you should get the patcher software. http://dosdude1.com/software.html 1. Insert your desired USB drive, open Disk Utility, and format it as OS X Extended (Journaled). 2. Open the ...

How to install Mysql-Python in Mac OS

09月11日 互联网技术 没有评论 mysql,python

brew install mysql-connector-c sed -i -e 's/libs="$libs -l "/libs="$libs -lmysqlclient -lssl -lcrypto"/g' /usr/local/bin/mysql_config pip install MySQL-python

Congratulations on my first skill in Baidu Audio Skills Platform

09月10日 心情日记 没有评论 Baidu Audio Skills Platform,timeradio

Today my first skill in Baidu Audio platform has been reviewed success. I remember it, time radio app is my first iOS app on AppStore. And Today I still full of interest in time radio. Before this...

Find your mac mini can install maximum ram

09月09日 互联网技术 没有评论 mac mini,ram

I bought a mac mini late 2009 and I want to make a private server in my home. Because it had been 10 years from it's release, so it need a hardware upgrade. Use this website you can find the maxim...

Some ideas about habit

09月09日 读书笔记 没有评论 atmoic habit,habit

A habit is a behavior that has been repeated enough times to become automatic. The ultimate purpose of habits is to solve the problems of life with as little energy and effort as possible. A...

Solve problems that curl can not be found when install php-yar

09月01日 互联网技术 没有评论 curl,php,yar

Today I found a problem that curl can not be found when I install the php-yar. I am using the ubuntu os, and the output is `Please reinstall the libcurl distribution - easy.h should be in /include...

  • 5
  • 6
  • 7
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 13
  • 14
  • 15

Wechat

微信服务号

Wechat Program

微信小程序

Label Cloud

armbian cocoapods cordova curl esp8266 FRP Git habit hk1box https iOS jenkins linkedlist linux macOS N1Box n2n Oauth OAuth2.0 oracle phabricator Phicomm php python RAC ssl tensorflow ubuntu webp wordpress 人工智能 决策力 判断力 反应力 商学院 回忆录 域名 域名转移 学习率 心情日记 机器学习 机器学习基础概念 树莓派 诗意人生 路由器

Articles

  • ios技术 (195)
  • IOT物联网 (9)
  • VIM专题 (2)
  • 互联网技术 (284)
  • 人工智能相关 (31)
  • 商学院 (44)
  • 心情日记 (103)
  • 数学 (5)
  • 数据库 (3)
  • 算法与数据结构 (6)
  • 诗意人生 (76)
  • 读书笔记 (32)

Hot Articles

Random Articles

  • ubuntu 添加服务的开机自启动管理
  • 2016年最想做的事儿
  • Some ideas about habit
  • 十年之后再忆高考
  • mac下iOS持续集成打包实战笔记
  • Slow is fast
  • UILabel设置行间距并且计算文本高度所占内容
  • 推荐使用APPCode的九个理由
  • Object-c Archiving归档
  • 短信、电话云平台接口调用说明文档

Friends Links

  • Atnoce
  • shane技术之家

2025 Shane Technology Home

Powered by Shane技术之家 | 鲁ICP备17056450号| 鲁公网安备37132102371630号 |2 queries in 0.637 seconds