Right click on the url bar. Set up search providers. Add a new one.
- Name: Stack Overflow
- Keyword: so
- url: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=%s site:stackoverflow.com
| { | |
| "id": "13753377", | |
| "date": "2017-06-29T23:57:56Z", | |
| "value": 22550, | |
| "shippingValue": 3150, | |
| "channel": { | |
| "id": "1", | |
| "name": "ONLINE" | |
| }, | |
| "campaign": { |
| # Note: This spec is defined in multiple files. | |
| # All comments and formating were lost during the bundle process. | |
| # Existing files formatting may be not preserved on save. | |
| swagger: '2.0' | |
| info: | |
| title: Cart API | |
| description: Lorem Ipsum Dolor Sit Amet | |
| version: 1.0.0 | |
| host: api.grupo-ltm.com | |
| schemes: |
| curl -H "Origin: http://example.com" \ [14:30:07] | |
| -H "Access-Control-Request-Method: GET" \ | |
| -H "Access-Control-Request-Headers: X-Requested-With" \ | |
| -X OPTIONS --verbose \ | |
| "http://localhost/api" |
| public static class Program | |
| { | |
| public static void Main(string[] args) => new WebHostBuilder() | |
| .UseKestrel() | |
| .UseUrls("http://localhost:5000") | |
| .ConfigureServices(services => services.AddRouting()) | |
| .Configure(app => | |
| app.UseRouter(router => | |
| router.MapGet("hello", | |
| async handler => await handler.Response.WriteAsync("Hello World!")))) |
| Get-ChildItem .\ -include bin,obj -Recurse | foreach ($_) { Remove-Item $_.fullname -Force -Recurse -Verbose } -Verbose |
| tasklist /m MyAssembly.dll |
| Open Visual Studio | |
| Go to Tools –> External Tools –> Add | |
| Title: Get Qualified Assembly Name | |
| Command: Powershell.exe | |
| Arguments: -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName" | |
| Check "Use Output Window". |
Right click on the url bar. Set up search providers. Add a new one.
| POST https://apisandbox.cieloecommerce.cielo.com.br/1/sales HTTP/1.1 | |
| User-Agent: Fiddler | |
| Content-Type: application/json | |
| MerchantId: b7de7192-a397-4042-9523-fd1924f3aeac | |
| MerchantKey: RWRQUNAINFDABDUOTMKIPUPAPIDJQJOXLWLHGTVI | |
| RequestId: f3c2a64b-96a4-43b5-9afa-af31e23eb5e4 | |
| Host: apisandbox.cieloecommerce.cielo.com.br | |
| Content-Length: 418 | |
| { |
| Verifying that +emersonsoares is my blockchain ID. https://onename.com/emersonsoares |