2020年08月24日

Sencha Ext JS Community Edition install

Sencha Ext JS Community Edition の install

00.png


01 登録後に返信された。URLへアクセス
01.png

02
001.png
002.png
しばらく時間がかかります
003.png
完了、エンターキーで、画面を閉じます

03 Getting Community Edition(Community Editionの入手)
クリックすると
004.png
サインイン?
005.png

04
返信メールを確認する
006.png

We’ve set up a Sencha account for you on MyGet package repository and you should receive a separate email to reset your MyGet password. The MyGet package repository provides access to Ext JS core, hundreds of modern components, material theme, and open tooling to build amazing web applications. Follow the steps in the Getting Started Guide to build your first Ext JS application. 

Please note: your MyGet username will be the email address you provided in your initial form entry with the "@" symbol replaced with "..".

Get Started

Resources to help you get started: 

    Follow this tutorial and create beautiful Ext JS application using Modern components 
    See examples of all 115+ Ext JS UI components 
    For more detailed information, check out our robust API documentation for Ext JS

Additional Tools:

    Sencha Stencils complete UI asset kit (get download by specifying version) 
    Sencha Fiddle online utility for creating, running, and sharing Ext JS code examples

Your Sencha account on MyGet package repository will be active for 1 year. Share your feedback and ask questions about Ext JS on StackOverflow. We’re here to help you build visually stunning apps with Ext JS. 

Thanks for being part of the Sencha Community. 

 ? The Sencha Team 

05 Step 1: Login to the npm Repository
nmp
007.png
err
007_er.png



008.png


Almost there, workword! Complete your new MyGet account

Hello workword,

You're almost there! To complete your MyGet account, click the following link:

COMPLETE REGISTRATION

Looking forward to having you on board!

Happy packaging!

Best regards,
the MyGet team

08
CREATE NEW FEED を 押す
009.png

09
010.png


011.png

012.png

10
013.png
Email: (this IS public) xxx..xxxxxxx.xxx.jp
npm WARN Email must be an email address











posted by a23 at 07:42| Comment(0) | JavaScript

2020年08月19日

サーバーの認証モードの変更

を参考に

01 プロパティ
001.png

02 変更
サーバーのプロキシ アカウントとパスワード は ログインとは関係なし
002.png

03 Windows再起動後
003.png

04 
004.png

05 SQL Server認証 に変更
005.png

06 エラー
006.png

タイトル: サーバーへの接続
------------------------------
DESKTOP-R5LB9K3 に接続できません。
------------------------------
ADDITIONAL INFORMATION:
ユーザー 'sa' はログインできませんでした。 (Microsoft SQL Server、エラー: 18456)
------------------------------
BUTTONS:
OK
------------------------------

07 エラーの詳細
007.png
=================================

DESKTOP-R5LB9K3 に接続できません。

===================================

ユーザー 'sa' はログインできませんでした。 (.Net SqlClient Data Provider)

------------------------------

------------------------------
サーバー名: DESKTOP-R5LB9K3
エラー番号: 18456
重大度: 14
状態: 1
行番号: 65536


------------------------------
プログラムの場所:

   場所 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
   場所 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   場所 System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
   場所 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   場所 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnection
Options userOptions)
   場所 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   場所 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   場所 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   場所 System.Data.SqlClient.SqlConnection.Open()
   場所 Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
   場所 Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()


上記エラーは
sa ログインを有効にし、新しいパスワードを設定します。
がぬけているため。

08
サーバーのプロキシ アカウントとパスワード は チェックを外す
008.png

09
次の例では、sa ログインを有効にし、新しいパスワードを設定します。
を実行する
009.png

10
ALTER LOGIN sa ENABLE ;  
GO  
ALTER LOGIN sa WITH PASSWORD = '<自分で決めたのパスワードを入力>' ;  
GO
010.png






posted by a23 at 10:19| Comment(0) | MS SQL Server

2020年08月15日

Delphi REST+JSONはコンポーネントを使ってかんたんに取得・テーブル化

REST+JSONはコンポーネントを使ってかんたんに取得・テーブル化[JAPAN]

一旦作成後に、BASEURLを変更



01
01.png
02
02.png

03
郵便番号検索APIを使用
03.png

04

(例)郵便番号「7830060」で検索する場合
https://zipcloud.ibsnet.co.jp/api/search?zipcode=7830060

04.png
05
05.png
06
06.png
07
ROOT要素となる[list]カラムをクリックすると「JSONルート要素」の項目に [list]が入力されます。
07-1.png
ROOT要素となる[list]カラムをクリックすると「JSONルート要素」の項目に [list]が入力されます。


07-2.png



08
次のコンポーネントがクリップボードにコピーされました: TRESTClient, TRESTRequest, TRESTResponse, TRESTResponseDataSetAdapter, TFDMemTable
09.png


08.png

09
09.png
10
10.png
11
FDMemTable1を右クリックして表示されるコンテキストメニューから[ビジュアルにバインド]を選択します。
11.png

12
12.png
13
「FDMemTable1]を右クリックしして[新規コントロールにリンク…]を選択します。13.png

14
14.png
15
15.png

16

17

18

procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
  RESTRequest1.Execute;
end;

posted by a23 at 14:33| Comment(12) | Delphi