hools.com/css/]]
====== 구문 형식 ======
{{:css:css-selector.gif}}
====== 주석 ======
<code css>
/* ~ */
</... ite =====
===== Media Types =====
===== Attribute Selectors =====
class, id 외에도 **"html 엘리먼트" 의 속성**까지 포함... 한 일부분을 스타일 변경 키워드로 인식해서 사용할 수 있다.
==== Attribute Selector ====
title 이라는 속성을 가진 엘리먼트를 모두 스타일 적용 대상으로 본다.
| {{:language:css:css-advanced-attr-selector-1.png}} |
==== Attribute and Value Selector ==
ibrary/ms256086(VS.80).aspx|XPath예제]]
==== XPath Select ====
* SelectSingleNode : 선택 기준과 일치하는 첫번째 노드
* SelectNodes : 일치하는 노드들의 XmlNodeList를 리턴
네임스페이스를 포함할 수 있다(아래 예제처럼)라고 m... gr.AddNamespace("bk", "urn:newbooks-schema");
// Select and display the first node in which the author's
and the node next to Configuration Properties and select General. \\ In the right pane, under Project Defa... ion Properties, expand the node next to C/Cpp and select General. \\ Make sure that Debug Information Format is set to Program Database /Zi (not /ZI).
- Select the Code Generation node. \\ Set Enable Minimal R... s to Default.
- Under Configuration Properties, select C/Cpp and then Code Generation. Make sure that Ru
된다.
===== 권한의 종류와 레벨 =====
^ 명령어 ^ 대상 ^ 설명 ^
| SELECT | table,col | 선택만 |
| INSERT | table,col | 추가만 |
... ic123';
</code>
abc에게 필요한 권한 부여
<code sql>
grant select, insert, update, delete, index, alter, create, dr... ks.* from abc;
</code>
===== 웹을 위한 사용자 설정 =====
select, insert, delete, update 네가지면 기본은 충분하다,라고 한다.
<code sql>
grant select, insert, delete, update on SomeDB.* to {id} ident
dio
rectangle Button
rectangle Checkbox
rectangle Select
Window -- Location
Window -- Document
Window -- ... -- Radio
Form -- Button
Form -- Checkbox
Form -- Select
@enduml
</uml>
++++ plantuml.com 에서 작성한 문서 코드 |
... dio
rectangle Button
rectangle Checkbox
rectangle Select
Window -- Location
Window -- Document
Window -- ... -- Radio
Form -- Button
Form -- Checkbox
Form -- Select
@enduml
</code>
[[http://www.plantuml.com/plantum
de>
=====쿼리=====
<code javascript>
_conn.query('SELECT 1 + 1 AS solution', function (error, results, fie... query()''를 쓸 수 있다.
<code javascript>
pool.query('SELECT 1 + 1 AS solution', function (error, results, fie... hrow err; // 연결실패
// 연결 사용
connection.query('SELECT something FROM sometable', function (error, resul
new GUIContent(..) );
// 몇개 더 만들었다고 설정하고,
// GUI.SelectionGrid() 함수 같은 곳에 GUIContent[] 배열 타입의 값을 파라미터로 넘겨줘야 할때
GUI.SelectionGrid( ... itemContent.ToArray() ... );
</code>