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
| ほげほげ |
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
| //********************************************************************************** | |
| //* Copyright (C) 2007,2016 Hitachi Solutions,Ltd. | |
| //********************************************************************************** | |
| // Apache License | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // |
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
| POST http://localhost:8888/api/json/Delete HTTP/1.1 | |
| Host: localhost:8888 | |
| Connection: keep-alive | |
| Content-Length: 136 | |
| Accept: application/json | |
| Origin: http://localhost:3000 | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 | |
| Content-Type: application/json | |
| Sec-Fetch-Site: same-site | |
| Sec-Fetch-Mode: cors |
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
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <ROOT> | |
| -- DaoShippers_D1_Insert | |
| INSERT INTO | |
| [Shippers] | |
| ( | |
| <DELCMA> | |
| <INSCOL name="ShipperID">[ShipperID],</INSCOL> | |
| <INSCOL name="CompanyName">[CompanyName],</INSCOL> | |
| <INSCOL name="Phone">[Phone],</INSCOL> |
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
| using System; | |
| using System.Security.Cryptography; | |
| using System.Security.Cryptography.X509Certificates; | |
| using System.Security.Cryptography.Xml; | |
| using System.Xml; | |
| namespace DualXmlDsigBug | |
| { | |
| public static class SigningTest | |
| { |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| ASP.NET アプリケーションを構成する方法の詳細については、 | |
| http://go.microsoft.com/fwlink/?LinkId=152368 を参照してください | |
| --> | |
| <configuration> | |
| <configSections> | |
| <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> | |
| <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" /> | |
| <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" /> |
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
| MultiPurposeAuthSite is implemented webauthn using fido2-net-lib. | |
| And, summarized the feedback in this page. |
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
| Excelから、HTML や Markdown の Table を生成するソフトウェアを調査。 | |
| - Copy to Markdown AddIn | |
| - リボンの君とHTML |
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
| { | |
| "rp": { | |
| "id": "localhost", | |
| "name": "Fido2 test" | |
| }, | |
| "user": { | |
| "name": "aaa@example.com", | |
| "id": "YWFhQGV4YW1wbGUuY29t", | |
| "displayName": "Display aaa@example.com" | |
| }, |
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
| $mail = @{ | |
| from = "hoge@hoge-solutions.com"; | |
| to = "hoge@hoge-solutions.com"; | |
| smtp_server = "smtp.gmail.com"; | |
| smtp_port = 587; | |
| user = "hoge@gmail.com"; | |
| password = "xxxxxxxx"; | |
| } | |
| $password = ConvertTo-SecureString $mail["password"] -AsPlainText -Force |
NewerOlder