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 | |
| /** | |
| * Created by PhpStorm. | |
| * User: shellus | |
| * Date: 2017-08-27 | |
| * Time: 20:56 | |
| */ | |
| /** | |
| * replace img src attributes in a html string |
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
| $('form[target=ajax]').live('submit', function(){ | |
| var data = [], | |
| $this = $(this), | |
| self = this, | |
| onajax = window[$this.attr('onajax')], | |
| call = window[$this.attr('call')]; | |
| if(typeof call!='function'){ | |
| call=function(){} | |
| } |
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
| package main | |
| import ( | |
| "github.com/PuerkitoBio/goquery" | |
| "fmt" | |
| "path" | |
| "net/http" | |
| "os" | |
| "io" | |
| "path/filepath" |
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
| server_addr: you-ngrok-server-domain:4443 | |
| auth_token: you-authtoken | |
| tunnels: | |
| you-subdomain: | |
| proto: | |
| http: "80" |
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 | |
| /** | |
| * Laravel - A PHP Framework For Web Artisans | |
| * | |
| * @package Laravel | |
| * @author Taylor Otwell <[email protected]> | |
| */ | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Register The Auto Loader |
NewerOlder