카페검색 본문
카페글 본문
-
개념추상 미래미술 디자인 [8] Conceptual abstract future-art designer Choi Chul-joo (Ma 2026.08.22해당카페글 미리보기
Engineering Art: Using the mathematical desire formula (Mdesire) as an artistic and philosophical coordinate, it implements a practical art form that designs the dynamics of human and machine gaze (panopticonal gaze) and deprivation...
-
(주)탱고코리아 비즈플랜 2026.06.12해당카페글 미리보기
the convergence of traditional art and innovative technology. Based on its unrivaled [Tango IP], TangoKorea implements [VR content services] encompassing the metaverse and 3D spaces using [AI technology]. Through the synergy of its four...
-
창세기49:1-15절...5.28.thu 2026.05.21해당카페글 미리보기
your father's bed; Then you defiled it--he went up to my couch. -5."Simeon and Levi are brothers; Their swords are implements of violence. -6."Let my soul not enter into their council; Let not my glory be united with their assembly...
-
제1장.상경.제1강령.성.제1체.경신.제7용. 정실.-----15 2026.05.14해당카페글 미리보기
elaborate ceremonies. ● 器具는 不在重寶요 質潔是要니라. (기구는 부재중보요 질결시요니라.) Regarding the ritual implements, they do not need to be rare treasures, their purity and cleanliness are what is essential. ▣ Interpretation(풀이...
-
253호 최종 2026.05.18해당카페글 미리보기
[Culture] Click-to-Publish Sparks Debate on AI-Generated Books.docx 19.74KB [MJU NEWS] Myongji University Implements Permit System for Campus Missionary Work.docx 17.94KB [MJU NEWS] Myongji University Introduces AI-Based Next-Generation...
-
253호 외부교정 2026.05.03해당카페글 미리보기
Reaches Uneasy Resolution After Public Impeachment Bid.docx 16.80KB [MJU NEWS] Myongji University Introduces AI-Based Next-Generation LMS.docx 15.05KB [MJU NEWS] University Implements Permit System for Campus Missionary Work.docx 16.71KB
-
7. Heidegger and Shakespeare: Recognition Through Loss 2026.04.18해당카페글 미리보기
such as a hammer, nails, plywood, construction, and housing. Furthermore, there are various types of tools and implements. The breakdown of objects or tools also occurs within this context of interrelation. If we look at a so-called tool...
-
clone() 2026.04.13해당카페글 미리보기
public String toString(){ return "x = " + x + "," + "y = " + y; } } import java.util.Objects; public class Circle implements Cloneable{ private Point point; private int radius; Circle(int x, int y, int radius){ this.radius = radius...
-
20260326 비밀번호찾기 과제 2026.03.27해당카페글 미리보기
jSpringGreen.dao.MemberDAO; import com.spring.jSpringGreen.vo.MemberVO; @Service public class MemberServiceImpl implements MemberService { @Autowired MemberDAO memberDAO; @Override public MemberVO getIdSearch(String mid) { return...
-
20260323 회원 삭제 2026.03.23해당카페글 미리보기
stereotype.Repository; import com.spring.springTest.vo.UserVO; @Repository public class UserDAOImpl implements UserDAO { @Autowired private JdbcTemplate jdbcTemplate; @Override public int getUserCnt() { String sql = "select count(*) from...