I'm running some project on MEAN.js and I've got a following problem. I want to make some user's profile calculation and the save it to database. But there's a
I'm making a zip file using ZipFile.CreateFromDirectory(DeployDirectory, ZipDirectory + @"\DatabaseDeploy.zip", CompressionLevel.Fastest, true); I want to in
I want to render a Jinja2 template, and after the rendering, read the values that were set by it: import jinja2 template = jinja2.Template(""" {% set numbe
Hi I am using PHP 5 as a back end language with Jquery in front end. In one of the database, we have auto generated numbers as a primary key. Now we are calling
In my InvoicesController I have this: def index @invoices = current_user.invoices respond_to do |format| format.html format.xls format.csv # no
I need to map TpyeName to Class ? JaversCore#getTypeMapping implement such function but is not public (JaversCore is not public).
I am using Firebase 9 in my Vue 3 / Quasar / TypeScript app. This is the getUser.ts composable I use to get the user from Firebase: import { ref } from 'vue'; i
i have store procedure like this DELIMITER $$ USE `siharpa`$$ DROP PROCEDURE IF EXISTS `rekap_survey_ppe`$$ CREATE DEFINER=`root`@`localhost` PROCEDURE `reka