「Spring」アノテーション@NotNull と@Sizeを利用するサンプル
サンプルコード
public class UserForm implements Serializable {
@NotNull
@Size(min = 3, max = 8)
private St ...
.NET 5 Preview 1がリリース
更新内容
Unified .NET SDK experience:Single BCL (Base Class Library) across all .NET 5 applications. Today Xamarin app ...DataGrip 2019.3.4ダウンロード
更新内容
– DBE-9436 Synchronizing works with the latest JDBC driver. It can cause significant performance issues, ...
Apache Tomcat 9.0.33と 8.5.53ダウンロード
更新内容
64210: Correct a regression in the improvements to HTTP header validation that caused requests to be incor ...
NumPy 1.18.2ダウンロード
更新内容
#15675: TST: move _no_tracing to testing._private#15676: MAINT: Large overhead in some random functions ...
Material UI 4.9.6 ダウンロード
更新内容
Prevent event default when onDelete is triggered (#20051) @eps1lonReset display block (#19971) @olivierta ...
WebStorm 2019.3.4 ダウンロード
更新内容
The issue with navigating to type declaration (WEB-43792)The bug with larger font and vertical spacing on ...
PyCharm 2019.3.4 ダウンロード
更新内容
If you don’t specify the type explicitly, PyCharm infers the type of a variable based on its usage. This help ...「Java」getAttributeNamesでセッション情報を取得するサンプル
サンプルコード
HttpSession session = request.getSession(); Enumeration e = session.getAttributeNames(); while(e.hasMoreE ...「Spring MVC」log4j2.xmlにローリングログ(RollingFileAppender)を設定するサンプル
サンプルコード
<Appenders> <RollingFile name="rolling" fileName="c:/data/logs/sys.log" filePattern="/logs/$${dat ...Day.js 1.8.23ダウンロード
更新内容
Add Chinese (zh) locale (f9b8945)Fix IsoWeek plugin typescript definition (#828) (30aab0c)
Update Arab ...
Angry IP Scanner 3.7.0 ダウンロード
更新内容
– Windows: use latest NSIS for installer generation, fixing DLL hijacking
– Raspbian/ARM: ...
「Spring Boot」HandlerInterceptorインタフェースを実装するサンプル
Javaコード
public class LoginInterceptor implements HandlerInterceptor { @Override public boolean preHandle(HttpServl ...「Java」HttpServletResponse#setHeader()でhttpヘッダ情報を変更する
サンプルコード
response.setHeader(“Cache-Control”, “no-cache”);
response.setHeader(“Pr ...
「Spring MVC」@ModelAttribute、@ControllerAdvice、@Controllerアノテーションを利用する
1.コントローラ
@Controller@ControllerAdvicepublic class UserController { private Map<Long, User> userMap = new Has ...「Java」log4j.propertiesにログを指定ファイルに出力するサンプル
サンプルコード
#log4j設定
log4j.rootLogger=debug, file
log4j.appender.file=org.apache.log4j.RollingFileAppender ...
AWS EC2にdockerをインストールするコマンドメモ
1.dokcerインストール
$ sudo yum install -y docker
dockerを起動する
$ sudo service docker start
$ sudo usermod -a ...
windows10にファイル拡張子を表示する
操作方法
1.エクスプローラーを開きます
2.メニューの「表示」をクリックします
3.「ファイル名拡張子」チェックを入れます