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 ==
==
NSObject에서 상속된 모든 클래스는
- (BOOL) respondsToSelector:(SEL)aSelector
이 메소드를 갖고 있다.
델리게이트용 클래스가 세팅 되어 있는 경우에는 (위 함수의 리턴값이 참이면) 델리게이트함수의 메소드를 부르고 없으면 원래의 메소... 거쳐 가는지 확인해보고 싶다면,
<code objc>
- (BOOL) respondsToSelector:(SEL)aSelector
{
NSString *methodName = NSStringFromSelector(aSelector);
NSLog( @"repondsToSele
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
erence.html|코코아 NSTableView]]
- (void)tableViewSelectionDidChange:(NSNotification *)aNotification
테이블뷰... 해야 할까?
* 파라미터의 NSNotification 클래스는 NSTableViewSelectionDidChangeNotification (길다) 클래스의 부모 클래스라서 타입 컨버팅으로 변환해서 사용하면 될 것 같다 ( <- 아직 안해봄 )
* NSTableViewSelectionDidChangeNotification 에는 userInfo가 없다는군, 하지만 이게
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>