Giter VIP home page Giter VIP logo

funny_ideas's Introduction

Funny ideas —— 想法、瞬间和记忆


Termux 中文输入测试

需要输入中文时,把 termux 自定义的虚拟键盘左滑就可以进入中文输入模式。

上海居转户提交材料注意

假如房产证有多个人的时候,不是全部人居转户时,需要写一个承诺书说明不需要居转户的人允许其他人把户口落在此房子的。 需要写一个承诺居转户的迁出派出所和迁入派出所的名称的说明

迁出派出所格式:xx 公安局 xx 派出所

迁入派出所格式:xx 派出所

杂感

我们应该去正视的事情是,其实那些所谓运气好的人,真的往往是有实力的人。

生活要做减法、减到不能再减的地步才是最好的状态的。

小技巧

常识

**邻国

**邻国

**的邻国一共 20 个,陆地邻国 14 个,海洋邻国 6 个。

Git 相关

git stauts 中文乱码

git 仓库c添加中文件名的文件时,git status 显示乱码,如下:

➜  funny_ideas git:(master) git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        "./\346\226\260\345\273\272 Microsoft Word \346\226\207\346\241\243.docx"

nothing added to commit but untracked files present (use "git add" to track)

解决办法

设置 git 全局的设置:对 路径/文件名 不引用即可,如下:

➜  funny_ideas git:(master) ✗ git config --global core.quotepath false
➜  funny_ideas git:(master) ✗ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        ./新建 Microsoft Word 文档.docx

nothing added to commit but untracked files present (use "git add" to track)

Linuxx 系统

Debian 源设置

root@debian:~/.vim/bundle# cat /etc/apt/sources.list
deb http://apt.x.netease.com:8660/debian/ jessie main non-free contrib
deb http://apt.x.netease.com:8660/debian/ jessie-updates main non-free contrib
deb-src http://apt.x.netease.com:8660/debian/ jessie main non-free contrib
deb-src http://apt.x.netease.com:8660/debian/ jessie-updates main non-free contrib
deb http://apt.x.netease.com:8660/debian-security/ jessie/updates main non-free contrib
deb-src http://apt.x.netease.com:8660/debian-security/ jessie/updates main non-free contrib

使用 ssh 登录 win10

  1. 安装 OpenSSH 服务端 windows设置 -> 应用 -> 管理可选功能:默认只有“OpenSSH 客户端”。点击“添加功能”,找到“OpenSSH 服务器”,选中,安装。安装进度条如死机般,只管等待,直到“管理可选功能”中出现“OpenSSH 服务器”项目。

  2. 以管理员身份运行 c:\user\user_name>net start sshd

  3. 然后在物理机上输入命令:c:\user\user_name>ssh [email protected] 提示输入私钥密码,因为未使用密钥,直接回车,提示输入密码,即该用户的登录密码回车,登录成功。

funny_ideas's People

Contributors

xingangshi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.