编程笔记
-
ps 2022 mac最新
Photoshop 2022中文Mac版是一款高效、专业、实用的图像处理软件,Photoshop是以其强悍的编辑和调整、绘图等功能,从而受到了广泛的应用,不管是在各种图片的调整和图画绘制以及图像的修复、调色等工具都是数不胜数…
-
JSF - PrimeFaces Hello World Example using WebSphere Application Server and Maven
IBM WebSphere Application Server (WAS) is a software framework and middleware developed by International Business Machines Corporation. It hosts Java-based web applications and is built using Open st…
-
关于电脑的组成,语言发展史,电脑快捷键,DOS命令
什么是计算机? 计算机的组成 计算机软件和计算机硬件 冯诺依曼结构 冯·诺依曼结构也称普林斯顿结构,是一种将程序指令存储器和数据存储器合并在一起的存储器结构。程序指令存储地址和数据存储地址指向同一个存储器…
-
JSF - PrimeFaces Hello World Example using Apache Tomcat and Maven
PrimeFaces is an open source component library for JavaServer Faces (JSF). It provides a collection of mostly visual components (widgets) that can be used by JSF programmers to build the UI for a web…
-
JSF - PrimeFaces Hello World Example using WildFly and Maven
PrimeFaces is an open source component library for JavaServer Faces (JSF). It provides a collection of mostly visual components (widgets) that can be used by JSF programmers to build the UI for a web…
-
JAX-WS - CXF logging request and response SOAP messages using Log4j
Apache CXF uses Java SE Logging for both client- and server-side logging of SOAP requests and responses. Logging is activated by use of separate in/out interceptors that can be attached to the reques…
-
JAX-WS - CXF logging request and response SOAP messages using Log4j2
Apache CXF uses Java SE Logging for both client- and server-side logging of SOAP requests and responses. Logging is activated by use of separate in/out interceptors that can be attached to the reques…
-
CXF - Feature vs Interceptor
When working with CXF you’ll often see that the configuration of a certain capability can be done either via adding a feature or by adding a number of interceptors. In this post we’ll explain how the…
-
JSF - Login Servlet Filter Example
When creating a Java Server Faces application that needs to ensure only authenticated users can access certain pages, a Servlet Filter in combination with a session managed bean could be used to achi…
-
UNITY shader 双面材质效果
最近在unity导入了一个模型,然后顶部缺失,研究发现大概率是法线或是单面材质的问题。可以用双面shader解决 Shader "Custom/NewSurfaceShader"{ Properties { _MainTex ("MainTex (RGB)", 2D) = "white" {} //颜色…