This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import System; | |
| import System.Windows.Forms; | |
| import Fiddler; | |
| // INTRODUCTION | |
| // This is the FiddlerScript Rules file, which creates some of the menu commands and | |
| // other features of Fiddler. You can edit this file to modify or add new commands. | |
| // | |
| // The original version of this file is named SampleRules.js and it is in the | |
| // \Program Files\Fiddler\ folder. When Fiddler first starts, it creates a copy named | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Editing ### | |
| `Ctrl + Space` 基本代码完成(任意类的,方法的或者变量的名称) | |
| `Ctrl + Shift + Enter` 补全当前语句 | |
| `Ctrl + P` Parameter info (within method call arguments) | |
| `Ctrl + Q` 快速查找文档 | |
| `Ctrl + 鼠标滑过` 简明信息查看 | |
| `Ctrl + F1` 在插入符号处显示错误或者警告信息 | |
| `Alt + Insert` 生成代码...(Getters,Setters,Constructors) | |
| `Ctrl + O` 重写方法 | |
| `Ctrl + I` 实现方法 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 快捷键: | |
| ctrl+tab: switcher,在已打开文件之间或者工具窗口间切换 | |
| alt+alt: 连续两次快速按下alt键不放,显示tool windows(project,database ...) | |
| ctrl+k: 快速调用 commit changes 对话框 | |
| alt+F3: 显示搜索窗格,对当前文件进行搜索,然后配合ctrl+alt+r,可以进行替换操作 | |
| ctrl+shift+f: find in path 在指定文件夹或者整个project内搜索,ctrl+shift+r进行替换操作 | |
| ctrl+shift+alt+t: 快速rename,里面有好几个选项,慢慢理解吧 | |
| shift+F6: rename,自动重命名该变量所有被调用的地方 | |
| ctrl+shift+n: 快速导航到指定文件,弹出一个dialog,输入文件名即可 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | !!! 5 | |
| html(class='no-js') | |
| head | |
| meta(charset='utf-8') | |
| meta(http-equiv='X-UA-Compatible', content='IE=edge') | |
| title | |
| meta(name='description', content='') | |
| meta(name='viewport', content='width=device-width, initial-scale=1') | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| class CodeigniterValetDriver extends ValetDriver | |
| { | |
| /** | |
| * Determine if the driver serves the request. | |
| * | |
| * @param string $sitePath | |
| * @param string $siteName | |
| * @param string $uri | 
The plan is to create a pair of executables (ngrok and ngrokd) that are connected with a self-signed SSL cert. Since the client and server executables are paired, you won't be able to use any other ngrok to connect to this ngrokd, and vice versa.
Add two DNS records: one for the base domain and one for the wildcard domain. For example, if your base domain is domain.com, you'll need a record for that and for *.domain.com.
