function codes meaning in English
函数电码
Examples
- In the traditional monolithic operating system , network function code locates in the kernel as well as the file system and memory management
传统的大内核操作系统里,网络软件和文件系统,内存管理部分一样,是在内核里实现的。 - If your managed stored procedure or function code is executing in the sql server process , it is because someone connected to that server and executed a sql statement to invoke it
如果您的托管存储过程或函数代码正在sql server进程中执行,原因可能是某人连接到了该服务器并且执行了sql语句以调用它。 - For function code : for each formal parameter , as defined in the formalparameterlist , create a property of the variable object whose name is the identifier and whose attributes are determined by the type of code
对函数代码:对于每个形参,按照它们在形参列表里的定义,都建立一个对象的属性,该属性的名字是形参的标识符,其特征由代码的类型决定。 - Apply mvc to the development of web , which can realize the stripping of the function code and html page . though using mvc in the web bring complicatly , it may cause the business logic of system change understandable . meanwhile the safeguarding of system may change simply
把mvc应用到web应用的开发中,可以实现功能代码和html页面的相剥离,尽管在web开发中引入mvc会带来一定的复杂性,但它可以使系统的业务流程变得清晰,同时,系统的维护也可以变得简单。