Krita 5.2 브로셔Python 스크립팅 Managing Python plugins Introduction to Python Scripting How to make a Krita Python plugin Tag Management Adding a New Tag for a Brush Assigning an Existing Tag to a Brush Changing a Tag’s install a Python plugin How to get to the plugin? How to enable and disable a plugin? Introduction to Python Scripting What is Python Scripting? 기술 정보 How to make a Krita Python plugin Getting Krita Krita to recognize your plugin Creating an extension Creating configurable keyboard shortcuts Creating a docker PyQt Signals and Slots A note on unit tests Conclusion Managing Python plugins How to install0 码力 | 1531 页 | 79.11 MB | 1 年前3
Comprehensive Rust(한국어) 202412this variable? Use an array such as the above to write a function transpose which will transpose a matrix (turn rows into columns): � 1 2 3 � 1 4 7 "transpose"� 4 5 6 � "==" 2 5 8 � 7 8 9 � 3 6 9 두 함수 구현하시면됩니다: // TODO: 구현이 완료되면 이를 삭제합니다. fn transpose(matrix: [[i32; 3]; 3]) -> [[i32; 3]; 3] { unimplemented!() } fn test_transpose() { let matrix = [ [101, 102, 103], // [201, 202, 203], [301, 302, 303], ]; 43 let transposed = transpose(matrix); assert_eq!( transposed, [ [101, 201, 301], // [102, 202, 302], [103, 203, 303], ] ); } fn main() { let matrix = [ [101, 102, 103], // <-- 주석으로 rustfmt0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rustthis variable? Use an array such as the above to write a function transpose which will transpose a matrix (turn rows into columns): � 1 2 3 � 1 4 7 "transpose"� 4 5 6 � "==" 2 5 8 � 7 8 9 � 3 6 9 두 함수 구현하시면됩니다: // TODO: 구현이 완료되면 이를 삭제합니다. fn transpose(matrix: [[i32; 3]; 3]) -> [[i32; 3]; 3] { unimplemented!() } fn test_transpose() { let matrix = [ [101, 102, 103], // [201, 202, 203], [301, 302, 303], ]; 42 let transposed = transpose(matrix); assert_eq!( transposed, [ [101, 201, 301], // [102, 202, 302], [103, 203, 303], ] ); } fn main() { let matrix = [ [101, 102, 103], // <-- 주석으로 rustfmt0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드10.6 Calendar You can specify a starting date for the whole project. By default, the first task starts at this date. @startgantt Project starts the 20th of september 2017 [Prototype design] as [TASK1] in Lavender/LightBlue @endgantt 10.7 Close day It is possible to close some day. @startgantt project starts the 2018/04/09 saturday are closed sunday are closed 2018/05/01 is closed 2018/04/17 to 2018/04/19 This syntax is compatible with OrgMode @startwbs * Business Process Modelling WBS ** Launch the project *** Complete Stakeholder Research *** Initial Implementation Plan ** Design phase *** Model of AsIs0 码力 | 166 页 | 1.86 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)10.6 Calendar You can specify a starting date for the whole project. By default, the first task starts at this date. @startgantt Project starts the 20th of september 2017 [Prototype design] as [TASK1] in Lavender/LightBlue @endgantt 10.7 Close day It is possible to close some day. @startgantt project starts the 2018/04/09 saturday are closed sunday are closed 2018/05/01 is closed 2018/04/17 to 2018/04/19 This syntax is compatible with OrgMode @startwbs * Business Process Modelling WBS ** Launch the project *** Complete Stakeholder Research *** Initial Implementation Plan ** Design phase *** Model of AsIs0 码力 | 172 页 | 1.97 MB | 1 年前3
PlantUML 1.2019.6 언어참조가이드10.6 Calendar You can specify a starting date for the whole project. By default, the first task starts at this date. @startgantt Project starts the 20th of september 2017 [Prototype design] as [TASK1] in Lavender/LightBlue @endgantt 10.7 Close day It is possible to close some day. @startgantt project starts the 2018/04/09 saturday are closed sunday are closed 2018/05/01 is closed 2018/04/17 to 2018/04/19 This syntax is compatible with OrgMode @startwbs * Business Process Modelling WBS ** Launch the project *** Complete Stakeholder Research *** Initial Implementation Plan ** Design phase *** Model of AsIs0 码力 | 172 页 | 1.95 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)using the start verb: @startuml [Prototype design] lasts 15 days [Test prototype] lasts 10 days Project starts 2020-07-01 [Prototype design] starts 2020-07-01 [Test prototype] starts 2020-07-16 @enduml conjunction) 10 GANTT DIAGRAM @startuml [Prototype design] lasts 15 days [Test prototype] lasts 10 days Project starts 2020-07-01 [Prototype design] ends 2020-07-15 [Test prototype] ends 2020-07-25 @enduml 10 10.1.4 Start/End It is possible to define both absolutely, by specifying dates: @startuml Project starts 2020-07-01 [Prototype design] starts 2020-07-01 [Test prototype] starts 2020-07-16 [Prototype0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드using the start verb: @startuml [Prototype design] lasts 15 days [Test prototype] lasts 10 days Project starts 2020-07-01 [Prototype design] starts 2020-07-01 [Test prototype] starts 2020-07-16 @enduml conjunction) 10 GANTT DIAGRAM @startuml [Prototype design] lasts 15 days [Test prototype] lasts 10 days Project starts 2020-07-01 [Prototype design] ends 2020-07-15 [Test prototype] ends 2020-07-25 @enduml 10 10.1.4 Start/End It is possible to define both absolutely, by specifying dates: @startuml Project starts 2020-07-01 [Prototype design] starts 2020-07-01 [Test prototype] starts 2020-07-16 [Prototype0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)10.6 Calendar You can specify a starting date for the whole project. By default, the first task starts at this date. @startgantt Project starts the 20th of september 2017 [Prototype design] as [TASK1] in Lavender/LightBlue @endgantt 10.7 Close day It is possible to close some day. @startgantt project starts the 2018/04/09 saturday are closed sunday are closed 2018/05/01 is closed 2018/04/17 to 2018/04/19 Technology_Service(internetBrowser, "Internet Browser Generic & Plugin") Technology_Service(internetBrowserPlugin, "Some Internet Browser Plugin") Technology_Service(webServer, "Some web server") 'Relationships0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.1 언어참조가이드10.6 Calendar You can specify a starting date for the whole project. By default, the first task starts at this date. @startgantt Project starts the 20th of september 2017 [Prototype design] as [TASK1] in Lavender/LightBlue @endgantt 10.7 Close day It is possible to close some day. @startgantt project starts the 2018/04/09 saturday are closed sunday are closed 2018/05/01 is closed 2018/04/17 to 2018/04/19 Technology_Service(internetBrowser , "Internet Browser Generic & Plugin") Technology_Service(internetBrowserPlugin , "Some Internet Browser Plugin") Technology_Service(webServer, "Some web server") 'Relationships0 码力 | 146 页 | 1.89 MB | 1 年前3
共 15 条
- 1
- 2













